#24BC1A

Color #24BC1A Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #24BC1A

Tints of Lime Green #24BC1A

Color information

#24BC1A (or 0x24BC1A) is unknown color: approx Lime Green. HEX triplet: 24, BC and 1A. RGB value is (36,188,26). Sum of RGB (Red+Green+Blue) = 36+188+26=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 188 (73.83% from 255 or 75.2% from 250); Blue value is 26 (10.55% from 255 or 10.4% from 250); Max value from RGB is 188 - color contains mainly: green. Hex color #24BC1A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BC1A is #DB43E5. Grayscale: #7C7C7C. Windows color (decimal): -14369766 or 1752100. OLE color: 1752100.

HSL color Cylindrical-coordinate representation of color #24BC1A: hue angle of 116.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24BC1A is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB3618826-
CMYK0.8100.860.26
HSL116.3º75.7%41.96%-
HSV(B)116.3º86.17%73.73%-
XYZ18.936.427.01-
YUV124.0872.6465.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.4%
GREEN value IS 188 (73.83% from 255) = 75.2%
BLUE value IS 26 (10.55% from 255) = 10.4%
R=14.4%
G=75.2%
B=10.4%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal36188260.8100.860.26116.375.741.96
Hex24BC1A510561A744c2a
Octal442743212101263216411452
Binary10010010111100110101010001010101101101011101001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24BC1A; }

 p { color: rgb(36,188,26); }

 H1.HeaderClassName
 {
   color: #24BC1A;
 }
 .AnyTagClassName
 {
   color: #24BC1A;
 }
</style>
background-color css

<style>
 a { background-color: #24BC1A; }

 a { background-color: rgb(36,188,26); }

 div.DivClassName
 {
   background-color: #24BC1A;
 }
 .BgClassName
 {
   background-color: #24BC1A;
 }
</style>
border-color css

<style>
 span { border-color: #24BC1A; }

 span { border-color: rgb(36,188,26); }

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