Html Css Color HEX #27D80C Lime Green

📋 copy color: '#27D80C'

red 39 ◦ green 216 ◦ blue 12

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

Shades of Lime Green #27D80C

Tints of Lime Green #27D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 80.9%

 BLUE value IS 12 (5.08% from 255) = 4.49%

R = 14.61%
G = 80.9%
B = 4.49%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#27D80C (or 0x27D80C) is known color: Lime Green. HEX triplet: 27, D8 and 0C. RGB value is (39,216,12). Sum of RGB (Red+Green+Blue) = 39+216+12=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 216 (84.77% from 255 or 80.90% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 216 - color contains mainly: green. Hex color #27D80C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27D80C is #D827F3. Grayscale: #8C8C8C. Windows color (decimal): -14166004 or 841767. OLE color: 841767.

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

Color convert

RGB 39 216 12 -
CMYK 0.82 0 0.94 0.15
HSL 112.06º 0.89% 0.45% -
HSV(B) 112.06º 0.94% 0.85% -
XYZ 25.46 49.57 8.57 -
YUV 139.82 55.86 56.09 -
System Red Green Blue C M Y K H S L
Decimal 39 216 12 0.82 0 0.94 0.15 112.06 0.89 0.45
Hex 27 D8 C 52 0 5E F 70 59 2D
Octal 47 330 14 122 0 136 17 160 131 55
Binary 100111 11011000 1100 1010010 0 1011110 1111 1110000 1011001 101101

Color Harmonies of #27D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27D80C

Black with #27D80C

Text Example


Text Example

White with #27D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,216,12); }

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

background-color css

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

 a { background-color: rgb(39,216,12); }

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

border-color css

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

 span { border-color: rgb(39,216,12); }

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