Html Css Color HEX #18CF32 Lime Green

📋 copy color: '#18CF32'

red 24 ◦ green 207 ◦ blue 50

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

Shades of Lime Green #18CF32

Tints of Lime Green #18CF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.79%

R = 8.54%
G = 73.67%
B = 17.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#18CF32 (or 0x18CF32) is known color: Lime Green. HEX triplet: 18, CF and 32. RGB value is (24,207,50). Sum of RGB (Red+Green+Blue) = 24+207+50=281 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.54% from 281); Green value is 207 (81.25% from 255 or 73.67% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF32 is #E730CD. Grayscale: #868686. Windows color (decimal): -15151310 or 3329816. OLE color: 3329816.

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

Color convert

RGB 24 207 50 -
CMYK 0.88 0 0.76 0.19
HSL 128.52º 0.79% 0.45% -
HSV(B) 128.52º 0.88% 0.81% -
XYZ 23.27 45.05 10.49 -
YUV 134.39 80.37 49.27 -
System Red Green Blue C M Y K H S L
Decimal 24 207 50 0.88 0 0.76 0.19 128.52 0.79 0.45
Hex 18 CF 32 58 0 4C 13 81 4F 2D
Octal 30 317 62 130 0 114 23 201 117 55
Binary 11000 11001111 110010 1011000 0 1001100 10011 10000001 1001111 101101

Color Harmonies of #18CF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CF32

Black with #18CF32

Text Example


Text Example

White with #18CF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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