Html Css Color HEX #27C218 Lime Green

📋 copy color: '#27C218'

red 39 ◦ green 194 ◦ blue 24

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

Shades of Lime Green #27C218

Tints of Lime Green #27C218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 75.49%

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 15.18%
G = 75.49%
B = 9.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#27C218 (or 0x27C218) is known color: Lime Green. HEX triplet: 27, C2 and 18. RGB value is (39,194,24). Sum of RGB (Red+Green+Blue) = 39+194+24=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #27C218 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #27C218 is #D83DE7. Grayscale: #808080. Windows color (decimal): -14171624 or 1622567. OLE color: 1622567.

HSL color Cylindrical-coordinate representation of color #27C218: hue angle of 114.71º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #27C218 is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 39 194 24 -
CMYK 0.80 0 0.88 0.24
HSL 114.71º 0.78% 0.43% -
HSV(B) 114.71º 0.88% 0.76% -
XYZ 20.29 39.08 7.34 -
YUV 128.28 69.15 64.32 -
System Red Green Blue C M Y K H S L
Decimal 39 194 24 0.80 0 0.88 0.24 114.71 0.78 0.43
Hex 27 C2 18 50 0 58 18 73 4E 2B
Octal 47 302 30 120 0 130 30 163 116 53
Binary 100111 11000010 11000 1010000 0 1011000 11000 1110011 1001110 101011

Color Harmonies of #27C218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27C218

Black with #27C218

Text Example


Text Example

White with #27C218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,194,24); }

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

background-color css

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

 a { background-color: rgb(39,194,24); }

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

border-color css

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

 span { border-color: rgb(39,194,24); }

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