#27D01A

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

Shades of Lime Green #27D01A

Tints of Lime Green #27D01A

Color information

#27D01A (or 0x27D01A) is unknown color: approx Lime Green. HEX triplet: 27, D0 and 1A. RGB value is (39,208,26). Sum of RGB (Red+Green+Blue) = 39+208+26=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 208 (81.64% from 255 or 76.19% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 208 - color contains mainly: green. Hex color #27D01A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D01A is #D82FE5. Grayscale: #898989. Windows color (decimal): -14168038 or 1757223. OLE color: 1757223.

HSL color Cylindrical-coordinate representation of color #27D01A: hue angle of 115.71º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27D01A is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB3920826-
CMYK0.8100.880.18
HSL115.71º77.78%45.88%-
HSV(B)115.71º87.5%81.57%-
XYZ23.5845.628.54-
YUV136.7265.5158.3-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.29%
GREEN value IS 208 (81.64% from 255) = 76.19%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=14.29%
G=76.19%
B=9.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal39208260.8100.880.18115.7177.7845.88
Hex27D01A5105812744e2e
Octal473203212101302216411656
Binary10011111010000110101010001010110001001011101001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27D01A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,208,26); }

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

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

 a { background-color: rgb(39,208,26); }

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

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

 span { border-color: rgb(39,208,26); }

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