Html Css Color HEX #18CC18 Lime Green

📋 copy color: '#18CC18'

red 24 ◦ green 204 ◦ blue 24

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

Shades of Lime Green #18CC18

Tints of Lime Green #18CC18

RGB

 RED value IS 24 (9.77% from 255) = 9.52%

 GREEN value IS 204 (80.08% from 255) = 80.95%

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

R = 9.52%
G = 80.95%
B = 9.52%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#18CC18 (or 0x18CC18) is known color: Lime Green. HEX triplet: 18, CC and 18. RGB value is (24,204,24). Sum of RGB (Red+Green+Blue) = 24+204+24=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 204 (80.08% from 255 or 80.95% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CC18 is #E733E7. Grayscale: #828282. Windows color (decimal): -15152104 or 1625112. OLE color: 1625112.

HSL color Cylindrical-coordinate representation of color #18CC18: hue angle of 120º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC18 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 24 -
CMYK 0.88 0 0.88 0.2
HSL 120º 0.79% 0.45% -
HSV(B) 120º 0.88% 0.8% -
XYZ 22.13 43.45 8.08 -
YUV 129.66 68.37 52.64 -
System Red Green Blue C M Y K H S L
Decimal 24 204 24 0.88 0 0.88 0.2 120 0.79 0.45
Hex 18 CC 18 58 0 58 14 78 4F 2D
Octal 30 314 30 130 0 130 24 170 117 55
Binary 11000 11001100 11000 1011000 0 1011000 10100 1111000 1001111 101101

Color Harmonies of #18CC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC18

Black with #18CC18

Text Example


Text Example

White with #18CC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18CC18; }

 p { color: rgb(24,204,24); }

 H1.HeaderClassName
 {
   color: #18CC18;
 }
 .AnyTagClassName
 {
   color: #18CC18;
 }
</style>

background-color css

<style>
 a { background-color: #18CC18; }

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

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

border-color css

<style>
 span { border-color: #18CC18; }

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

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