Html Css Color HEX #18C319 Lime Green

📋 copy color: '#18C319'

red 24 ◦ green 195 ◦ blue 25

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

Shades of Lime Green #18C319

Tints of Lime Green #18C319

RGB

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

 GREEN value IS 195 (76.56% from 255) = 79.92%

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

R = 9.84%
G = 79.92%
B = 10.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#18C319 (or 0x18C319) is known color: Lime Green. HEX triplet: 18, C3 and 19. RGB value is (24,195,25). Sum of RGB (Red+Green+Blue) = 24+195+25=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 195 (76.56% from 255 or 79.92% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 195 - color contains mainly: green. Hex color #18C319 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C319 is #E73CE6. Grayscale: #7D7D7D. Windows color (decimal): -15154407 or 1688344. OLE color: 1688344.

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

Color convert

RGB 24 195 25 -
CMYK 0.88 0 0.87 0.24
HSL 120.35º 0.78% 0.43% -
HSV(B) 120.35º 0.88% 0.76% -
XYZ 20.07 39.29 7.45 -
YUV 124.49 71.85 56.32 -
System Red Green Blue C M Y K H S L
Decimal 24 195 25 0.88 0 0.87 0.24 120.35 0.78 0.43
Hex 18 C3 19 58 0 57 18 78 4E 2B
Octal 30 303 31 130 0 127 30 170 116 53
Binary 11000 11000011 11001 1011000 0 1010111 11000 1111000 1001110 101011

Color Harmonies of #18C319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C319

Black with #18C319

Text Example


Text Example

White with #18C319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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