Html Css Color HEX #18CF28 Lime Green

📋 copy color: '#18CF28'

red 24 ◦ green 207 ◦ blue 40

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

Shades of Lime Green #18CF28

Tints of Lime Green #18CF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 8.86%
G = 76.38%
B = 14.76%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#18CF28 (or 0x18CF28) is known color: Lime Green. HEX triplet: 18, CF and 28. RGB value is (24,207,40). Sum of RGB (Red+Green+Blue) = 24+207+40=271 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.86% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF28 is #E730D7. Grayscale: #858585. Windows color (decimal): -15151320 or 2674456. OLE color: 2674456.

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

Color convert

RGB 24 207 40 -
CMYK 0.88 0 0.81 0.19
HSL 125.25º 0.79% 0.45% -
HSV(B) 125.25º 0.88% 0.81% -
XYZ 23.07 44.97 9.47 -
YUV 133.25 75.37 50.08 -
System Red Green Blue C M Y K H S L
Decimal 24 207 40 0.88 0 0.81 0.19 125.25 0.79 0.45
Hex 18 CF 28 58 0 51 13 7D 4F 2D
Octal 30 317 50 130 0 121 23 175 117 55
Binary 11000 11001111 101000 1011000 0 1010001 10011 1111101 1001111 101101

Color Harmonies of #18CF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CF28

Black with #18CF28

Text Example


Text Example

White with #18CF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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