#24BC38

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

Shades of Lime Green #24BC38

Tints of Lime Green #24BC38

Color information

#24BC38 (or 0x24BC38) is unknown color: approx Lime Green. HEX triplet: 24, BC and 38. RGB value is (36,188,56). Sum of RGB (Red+Green+Blue) = 36+188+56=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 188 (73.83% from 255 or 67.14% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 188 - color contains mainly: green. Hex color #24BC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #24BC38 is #DB43C7. Grayscale: #7F7F7F. Windows color (decimal): -14369736 or 3718180. OLE color: 3718180.

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

Color convert

RGB3618856-
CMYK0.8100.700.26
HSL127.89º67.86%43.92%-
HSV(B)127.89º80.85%73.73%-
XYZ19.4236.639.79-
YUV127.587.6462.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.86%
GREEN value IS 188 (73.83% from 255) = 67.14%
BLUE value IS 56 (22.27% from 255) = 20%
R=12.86%
G=67.14%
B=20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal36188560.8100.700.26127.8967.8643.92
Hex24BC38510461A80442c
Octal442747012101063220010454
Binary1001001011110011100010100010100011011010100000001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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