Html Css Color HEX #18CF2A Lime Green

📋 copy color: '#18CF2A'

red 24 ◦ green 207 ◦ blue 42

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

Shades of Lime Green #18CF2A

Tints of Lime Green #18CF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.38%

R = 8.79%
G = 75.82%
B = 15.38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#18CF2A (or 0x18CF2A) is known color: Lime Green. HEX triplet: 18, CF and 2A. RGB value is (24,207,42). Sum of RGB (Red+Green+Blue) = 24+207+42=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF2A is #E730D5. Grayscale: #858585. Windows color (decimal): -15151318 or 2805528. OLE color: 2805528.

HSL color Cylindrical-coordinate representation of color #18CF2A: hue angle of 125.9º 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 #18CF2A is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 24 207 42 -
CMYK 0.88 0 0.80 0.19
HSL 125.9º 0.79% 0.45% -
HSV(B) 125.9º 0.88% 0.81% -
XYZ 23.11 44.99 9.66 -
YUV 133.47 76.37 49.92 -
System Red Green Blue C M Y K H S L
Decimal 24 207 42 0.88 0 0.80 0.19 125.9 0.79 0.45
Hex 18 CF 2A 58 0 50 13 7E 4F 2D
Octal 30 317 52 130 0 120 23 176 117 55
Binary 11000 11001111 101010 1011000 0 1010000 10011 1111110 1001111 101101

Color Harmonies of #18CF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CF2A

Black with #18CF2A

Text Example


Text Example

White with #18CF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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