Html Css Color HEX #18CD32 Lime Green

📋 copy color: '#18CD32'

red 24 ◦ green 205 ◦ blue 50

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

Shades of Lime Green #18CD32

Tints of Lime Green #18CD32

RGB

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

 GREEN value IS 205 (80.47% from 255) = 73.48%

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

R = 8.6%
G = 73.48%
B = 17.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#18CD32 (or 0x18CD32) is known color: Lime Green. HEX triplet: 18, CD and 32. RGB value is (24,205,50). Sum of RGB (Red+Green+Blue) = 24+205+50=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 205 (80.47% from 255 or 73.48% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CD32 is #E732CD. Grayscale: #858585. Windows color (decimal): -15151822 or 3329304. OLE color: 3329304.

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

Color convert

RGB 24 205 50 -
CMYK 0.88 0 0.76 0.20
HSL 128.62º 0.79% 0.45% -
HSV(B) 128.62º 0.88% 0.8% -
XYZ 22.78 44.09 10.33 -
YUV 133.21 81.03 50.1 -
System Red Green Blue C M Y K H S L
Decimal 24 205 50 0.88 0 0.76 0.20 128.62 0.79 0.45
Hex 18 CD 32 58 0 4C 14 81 4F 2D
Octal 30 315 62 130 0 114 24 201 117 55
Binary 11000 11001101 110010 1011000 0 1001100 10100 10000001 1001111 101101

Color Harmonies of #18CD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CD32

Black with #18CD32

Text Example


Text Example

White with #18CD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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