#38BC24

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

Shades of Lime Green #38BC24

Tints of Lime Green #38BC24

Color information

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

HSL color Cylindrical-coordinate representation of color #38BC24: hue angle of 112.11º 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 #38BC24 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB5618836-
CMYK0.7000.810.26
HSL112.11º67.86%43.92%-
HSV(B)112.11º80.85%73.73%-
XYZ19.9336.937.75-
YUV131.274.2774.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal56188360.7000.810.26112.1167.8643.92
Hex38BC24460511A70442c
Octal702744410601213216010454
Binary111000101111001001001000110010100011101011100001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BC24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38BC24; }

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

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

<style>
 a { background-color: #38BC24; }

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

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

<style>
 span { border-color: #38BC24; }

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

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