Html Css Color HEX #18C312 Lime Green

📋 copy color: '#18C312'

red 24 ◦ green 195 ◦ blue 18

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

Shades of Lime Green #18C312

Tints of Lime Green #18C312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.59%

R = 10.13%
G = 82.28%
B = 7.59%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#18C312 (or 0x18C312) is known color: Lime Green. HEX triplet: 18, C3 and 12. RGB value is (24,195,18). Sum of RGB (Red+Green+Blue) = 24+195+18=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 195 (76.56% from 255 or 82.28% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 195 - color contains mainly: green. Hex color #18C312 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C312 is #E73CED. Grayscale: #7C7C7C. Windows color (decimal): -15154414 or 1229592. OLE color: 1229592.

HSL color Cylindrical-coordinate representation of color #18C312: hue angle of 117.97º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18C312 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 195 18 -
CMYK 0.88 0 0.91 0.24
HSL 117.97º 0.83% 0.42% -
HSV(B) 117.97º 0.91% 0.76% -
XYZ 20 39.27 7.1 -
YUV 123.69 68.35 56.89 -
System Red Green Blue C M Y K H S L
Decimal 24 195 18 0.88 0 0.91 0.24 117.97 0.83 0.42
Hex 18 C3 12 58 0 5B 18 76 53 2A
Octal 30 303 22 130 0 133 30 166 123 52
Binary 11000 11000011 10010 1011000 0 1011011 11000 1110110 1010011 101010

Color Harmonies of #18C312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C312

Black with #18C312

Text Example


Text Example

White with #18C312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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