Html Css Color HEX #18CF26 Lime Green

📋 copy color: '#18CF26'

red 24 ◦ green 207 ◦ blue 38

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

Shades of Lime Green #18CF26

Tints of Lime Green #18CF26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.13%

R = 8.92%
G = 76.95%
B = 14.13%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#18CF26 (or 0x18CF26) is known color: Lime Green. HEX triplet: 18, CF and 26. RGB value is (24,207,38). Sum of RGB (Red+Green+Blue) = 24+207+38=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 207 (81.25% from 255 or 76.95% from 269); Blue value is 38 (15.23% from 255 or 14.13% from 269); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18CF26 is #E730D9. Grayscale: #858585. Windows color (decimal): -15151322 or 2543384. OLE color: 2543384.

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

Color convert

RGB 24 207 38 -
CMYK 0.88 0 0.82 0.19
HSL 124.59º 0.79% 0.45% -
HSV(B) 124.59º 0.88% 0.81% -
XYZ 23.04 44.96 9.3 -
YUV 133.02 74.37 50.24 -
System Red Green Blue C M Y K H S L
Decimal 24 207 38 0.88 0 0.82 0.19 124.59 0.79 0.45
Hex 18 CF 26 58 0 52 13 7D 4F 2D
Octal 30 317 46 130 0 122 23 175 117 55
Binary 11000 11001111 100110 1011000 0 1010010 10011 1111101 1001111 101101

Color Harmonies of #18CF26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CF26

Black with #18CF26

Text Example


Text Example

White with #18CF26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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