#38C03B

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

Shades of Lime Green #38C03B

Tints of Lime Green #38C03B

Color information

#38C03B (or 0x38C03B) is unknown color: approx Lime Green. HEX triplet: 38, C0 and 3B. RGB value is (56,192,59). Sum of RGB (Red+Green+Blue) = 56+192+59=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 192 (75.39% from 255 or 62.54% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 192 - color contains mainly: green. Hex color #38C03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C03B is #C73FC4. Grayscale: #888888. Windows color (decimal): -13057989 or 3915832. OLE color: 3915832.

HSL color Cylindrical-coordinate representation of color #38C03B: hue angle of 121.32º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C03B is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB5619259-
CMYK0.7100.690.25
HSL121.32º54.84%48.63%-
HSV(B)121.32º70.83%75.29%-
XYZ21.2738.8610.52-
YUV136.1784.4470.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 192 (75.39% from 255) = 62.54%
BLUE value IS 59 (23.44% from 255) = 19.22%
R=18.24%
G=62.54%
B=19.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56192590.7100.690.25121.3254.8448.63
Hex38C03B4704519793731
Octal70300731070105311716761
Binary11100011000000111011100011101000101110011111001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,192,59); }

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

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

 a { background-color: rgb(56,192,59); }

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

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

 span { border-color: rgb(56,192,59); }

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