Html Css Color HEX #27DE14 Lime Green

📋 copy color: '#27DE14'

red 39 ◦ green 222 ◦ blue 20

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

Shades of Lime Green #27DE14

Tints of Lime Green #27DE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 79%

 BLUE value IS 20 (8.2% from 255) = 7.12%

R = 13.88%
G = 79%
B = 7.12%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#27DE14 (or 0x27DE14) is known color: Lime Green. HEX triplet: 27, DE and 14. RGB value is (39,222,20). Sum of RGB (Red+Green+Blue) = 39+222+20=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 222 (87.11% from 255 or 79.00% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 222 - color contains mainly: green. Hex color #27DE14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27DE14 is #D821EB. Grayscale: #909090. Windows color (decimal): -14164460 or 1367591. OLE color: 1367591.

HSL color Cylindrical-coordinate representation of color #27DE14: hue angle of 114.36º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #27DE14 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 222 20 -
CMYK 0.82 0 0.91 0.13
HSL 114.36º 0.83% 0.47% -
HSV(B) 114.36º 0.91% 0.87% -
XYZ 27.08 52.72 9.41 -
YUV 144.26 57.87 52.93 -
System Red Green Blue C M Y K H S L
Decimal 39 222 20 0.82 0 0.91 0.13 114.36 0.83 0.47
Hex 27 DE 14 52 0 5B D 72 53 2F
Octal 47 336 24 122 0 133 15 162 123 57
Binary 100111 11011110 10100 1010010 0 1011011 1101 1110010 1010011 101111

Color Harmonies of #27DE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27DE14

Black with #27DE14

Text Example


Text Example

White with #27DE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,222,20); }

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

background-color css

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

 a { background-color: rgb(39,222,20); }

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

border-color css

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

 span { border-color: rgb(39,222,20); }

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