Html Css Color HEX #18CF12 Lime Green

📋 copy color: '#18CF12'

red 24 ◦ green 207 ◦ blue 18

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

Shades of Lime Green #18CF12

Tints of Lime Green #18CF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 83.13%

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

R = 9.64%
G = 83.13%
B = 7.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#18CF12 (or 0x18CF12) is known color: Lime Green. HEX triplet: 18, CF and 12. RGB value is (24,207,18). Sum of RGB (Red+Green+Blue) = 24+207+18=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 207 (81.25% from 255 or 83.13% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CF12 is #E730ED. Grayscale: #838383. Windows color (decimal): -15151342 or 1232664. OLE color: 1232664.

HSL color Cylindrical-coordinate representation of color #18CF12: hue angle of 118.1º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18CF12 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 207 18 -
CMYK 0.88 0 0.91 0.19
HSL 118.1º 0.84% 0.44% -
HSV(B) 118.1º 0.91% 0.81% -
XYZ 22.8 44.86 8.03 -
YUV 130.74 64.37 51.87 -
System Red Green Blue C M Y K H S L
Decimal 24 207 18 0.88 0 0.91 0.19 118.1 0.84 0.44
Hex 18 CF 12 58 0 5B 13 76 54 2C
Octal 30 317 22 130 0 133 23 166 124 54
Binary 11000 11001111 10010 1011000 0 1011011 10011 1110110 1010100 101100

Color Harmonies of #18CF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CF12

Black with #18CF12

Text Example


Text Example

White with #18CF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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