Html Css Color HEX #18CC19 Lime Green

📋 copy color: '#18CC19'

red 24 ◦ green 204 ◦ blue 25

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

Shades of Lime Green #18CC19

Tints of Lime Green #18CC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 9.49%
G = 80.63%
B = 9.88%

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

#18CC19 (or 0x18CC19) is known color: Lime Green. HEX triplet: 18, CC and 19. RGB value is (24,204,25). Sum of RGB (Red+Green+Blue) = 24+204+25=253 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.49% from 253); Green value is 204 (80.08% from 255 or 80.63% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CC19 is #E733E6. Grayscale: #828282. Windows color (decimal): -15152103 or 1690648. OLE color: 1690648.

HSL color Cylindrical-coordinate representation of color #18CC19: hue angle of 120.33º 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 #18CC19 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 25 -
CMYK 0.88 0 0.88 0.2
HSL 120.33º 0.79% 0.45% -
HSV(B) 120.33º 0.88% 0.8% -
XYZ 22.15 43.45 8.14 -
YUV 129.77 68.87 52.55 -
System Red Green Blue C M Y K H S L
Decimal 24 204 25 0.88 0 0.88 0.2 120.33 0.79 0.45
Hex 18 CC 19 58 0 58 14 78 4F 2D
Octal 30 314 31 130 0 130 24 170 117 55
Binary 11000 11001100 11001 1011000 0 1011000 10100 1111000 1001111 101101

Color Harmonies of #18CC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC19

Black with #18CC19

Text Example


Text Example

White with #18CC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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