#27B025

Color #27B025 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #27B025

Tints of Lime Green #27B025

Color information

#27B025 (or 0x27B025) is unknown color: approx Lime Green. HEX triplet: 27, B0 and 25. RGB value is (39,176,37). Sum of RGB (Red+Green+Blue) = 39+176+37=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 176 (69.14% from 255 or 69.84% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 176 - color contains mainly: green. Hex color #27B025 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27B025 is #D84FDA. Grayscale: #777777. Windows color (decimal): -14176219 or 2469927. OLE color: 2469927.

HSL color Cylindrical-coordinate representation of color #27B025: hue angle of 119.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27B025 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB3917637-
CMYK0.7800.790.31
HSL119.14º65.26%41.76%-
HSV(B)119.14º78.98%69.02%-
XYZ16.731.626.97-
YUV119.1981.6170.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 176 (69.14% from 255) = 69.84%
BLUE value IS 37 (14.84% from 255) = 14.68%
R=15.48%
G=69.84%
B=14.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal39176370.7800.790.31119.1465.2641.76
Hex27B0254E04F1F77412a
Octal472604511601173716710152
Binary100111101100001001011001110010011111111111101111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27B025; }

 p { color: rgb(39,176,37); }

 H1.HeaderClassName
 {
   color: #27B025;
 }
 .AnyTagClassName
 {
   color: #27B025;
 }
</style>
background-color css

<style>
 a { background-color: #27B025; }

 a { background-color: rgb(39,176,37); }

 div.DivClassName
 {
   background-color: #27B025;
 }
 .BgClassName
 {
   background-color: #27B025;
 }
</style>
border-color css

<style>
 span { border-color: #27B025; }

 span { border-color: rgb(39,176,37); }

 td.TdClassName
 {
   border-color: #27B025;
 }
 .TagClassName
 {
   border-color: #27B025;
 }
</style>