Html Css Color HEX #18C812 Lime Green

📋 copy color: '#18C812'

red 24 ◦ green 200 ◦ blue 18

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

Shades of Lime Green #18C812

Tints of Lime Green #18C812

RGB

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

 GREEN value IS 200 (78.52% from 255) = 82.64%

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

R = 9.92%
G = 82.64%
B = 7.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#18C812 (or 0x18C812) is known color: Lime Green. HEX triplet: 18, C8 and 12. RGB value is (24,200,18). Sum of RGB (Red+Green+Blue) = 24+200+18=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 200 (78.52% from 255 or 82.64% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 200 - color contains mainly: green. Hex color #18C812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C812 is #E737ED. Grayscale: #7F7F7F. Windows color (decimal): -15153134 or 1230872. OLE color: 1230872.

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

Color convert

RGB 24 200 18 -
CMYK 0.88 0 0.91 0.22
HSL 118.02º 0.83% 0.43% -
HSV(B) 118.02º 0.91% 0.78% -
XYZ 21.14 41.55 7.48 -
YUV 126.63 66.69 54.8 -
System Red Green Blue C M Y K H S L
Decimal 24 200 18 0.88 0 0.91 0.22 118.02 0.83 0.43
Hex 18 C8 12 58 0 5B 16 76 53 2B
Octal 30 310 22 130 0 133 26 166 123 53
Binary 11000 11001000 10010 1011000 0 1011011 10110 1110110 1010011 101011

Color Harmonies of #18C812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C812

Black with #18C812

Text Example


Text Example

White with #18C812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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