Html Css Color HEX #27D012 Lime Green

📋 copy color: '#27D012'

red 39 ◦ green 208 ◦ blue 18

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

Shades of Lime Green #27D012

Tints of Lime Green #27D012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 14.72%
G = 78.49%
B = 6.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#27D012 (or 0x27D012) is known color: Lime Green. HEX triplet: 27, D0 and 12. RGB value is (39,208,18). Sum of RGB (Red+Green+Blue) = 39+208+18=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 208 (81.64% from 255 or 78.49% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 208 - color contains mainly: green. Hex color #27D012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D012 is #D82FED. Grayscale: #888888. Windows color (decimal): -14168046 or 1232935. OLE color: 1232935.

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

Color convert

RGB 39 208 18 -
CMYK 0.81 0 0.91 0.18
HSL 113.37º 0.84% 0.44% -
HSV(B) 113.37º 0.91% 0.82% -
XYZ 23.5 45.59 8.13 -
YUV 135.81 61.51 58.95 -
System Red Green Blue C M Y K H S L
Decimal 39 208 18 0.81 0 0.91 0.18 113.37 0.84 0.44
Hex 27 D0 12 51 0 5B 12 71 54 2C
Octal 47 320 22 121 0 133 22 161 124 54
Binary 100111 11010000 10010 1010001 0 1011011 10010 1110001 1010100 101100

Color Harmonies of #27D012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D012

Black with #27D012

Text Example


Text Example

White with #27D012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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