Html Css Color HEX #27E020 Lime Green

📋 copy color: '#27E020'

red 39 ◦ green 224 ◦ blue 32

#27E020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #27E020

Tints of Lime Green #27E020

RGB

 RED value IS 39 (15.63% from 255) = 13.22%

 GREEN value IS 224 (87.89% from 255) = 75.93%

 BLUE value IS 32 (12.89% from 255) = 10.85%

R = 13.22%
G = 75.93%
B = 10.85%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#27E020 (or 0x27E020) is known color: Lime Green. HEX triplet: 27, E0 and 20. RGB value is (39,224,32). Sum of RGB (Red+Green+Blue) = 39+224+32=295 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.22% from 295); Green value is 224 (87.89% from 255 or 75.93% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 224 - color contains mainly: green. Hex color #27E020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27E020 is #D81FDF. Grayscale: #939393. Windows color (decimal): -14163936 or 2154535. OLE color: 2154535.

HSL color Cylindrical-coordinate representation of color #27E020: hue angle of 117.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #27E020 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 224 32 -
CMYK 0.83 0 0.86 0.12
HSL 117.81º 0.76% 0.5% -
HSV(B) 117.81º 0.86% 0.88% -
XYZ 27.75 53.85 10.3 -
YUV 146.8 63.21 51.11 -
System Red Green Blue C M Y K H S L
Decimal 39 224 32 0.83 0 0.86 0.12 117.81 0.76 0.5
Hex 27 E0 20 53 0 56 C 76 4C 32
Octal 47 340 40 123 0 126 14 166 114 62
Binary 100111 11100000 100000 1010011 0 1010110 1100 1110110 1001100 110010

Color Harmonies of #27E020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27E020

Black with #27E020

Text Example


Text Example

White with #27E020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,224,32); }

 H1.HeaderClassName
 {
   color: #27E020;
 }
 .AnyTagClassName
 {
   color: #27E020;
 }
</style>

background-color css

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

 a { background-color: rgb(39,224,32); }

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

border-color css

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

 span { border-color: rgb(39,224,32); }

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