Html Css Color HEX #27D016 Lime Green

📋 copy color: '#27D016'

red 39 ◦ green 208 ◦ blue 22

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

Shades of Lime Green #27D016

Tints of Lime Green #27D016

RGB

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

 GREEN value IS 208 (81.64% from 255) = 77.32%

 BLUE value IS 22 (8.98% from 255) = 8.18%

R = 14.5%
G = 77.32%
B = 8.18%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#27D016 (or 0x27D016) is known color: Lime Green. HEX triplet: 27, D0 and 16. RGB value is (39,208,22). Sum of RGB (Red+Green+Blue) = 39+208+22=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 208 (81.64% from 255 or 77.32% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 208 - color contains mainly: green. Hex color #27D016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D016 is #D82FE9. Grayscale: #888888. Windows color (decimal): -14168042 or 1495079. OLE color: 1495079.

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

Color convert

RGB 39 208 22 -
CMYK 0.81 0 0.89 0.18
HSL 114.52º 0.81% 0.45% -
HSV(B) 114.52º 0.89% 0.82% -
XYZ 23.54 45.6 8.32 -
YUV 136.27 63.51 58.62 -
System Red Green Blue C M Y K H S L
Decimal 39 208 22 0.81 0 0.89 0.18 114.52 0.81 0.45
Hex 27 D0 16 51 0 59 12 73 51 2D
Octal 47 320 26 121 0 131 22 163 121 55
Binary 100111 11010000 10110 1010001 0 1011001 10010 1110011 1010001 101101

Color Harmonies of #27D016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D016

Black with #27D016

Text Example


Text Example

White with #27D016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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