Html Css Color HEX #18CA2F Lime Green

📋 copy color: '#18CA2F'

red 24 ◦ green 202 ◦ blue 47

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

Shades of Lime Green #18CA2F

Tints of Lime Green #18CA2F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 73.99%

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 8.79%
G = 73.99%
B = 17.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#18CA2F (or 0x18CA2F) is known color: Lime Green. HEX triplet: 18, CA and 2F. RGB value is (24,202,47). Sum of RGB (Red+Green+Blue) = 24+202+47=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 202 (79.30% from 255 or 73.99% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 202 - color contains mainly: green. Hex color #18CA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CA2F is #E735D0. Grayscale: #838383. Windows color (decimal): -15152593 or 3131928. OLE color: 3131928.

HSL color Cylindrical-coordinate representation of color #18CA2F: hue angle of 127.75º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CA2F is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 202 47 -
CMYK 0.88 0 0.77 0.21
HSL 127.75º 0.79% 0.44% -
HSV(B) 127.75º 0.88% 0.79% -
XYZ 22.01 42.64 9.76 -
YUV 131.11 80.53 51.6 -
System Red Green Blue C M Y K H S L
Decimal 24 202 47 0.88 0 0.77 0.21 127.75 0.79 0.44
Hex 18 CA 2F 58 0 4D 15 80 4F 2C
Octal 30 312 57 130 0 115 25 200 117 54
Binary 11000 11001010 101111 1011000 0 1001101 10101 10000000 1001111 101100

Color Harmonies of #18CA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CA2F

Black with #18CA2F

Text Example


Text Example

White with #18CA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,202,47); }

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

background-color css

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

 a { background-color: rgb(24,202,47); }

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

border-color css

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

 span { border-color: rgb(24,202,47); }

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