#38E033

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

Shades of Lime Green #38E033

Tints of Lime Green #38E033

Color information

#38E033 (or 0x38E033) is unknown color: approx Lime Green. HEX triplet: 38, E0 and 33. RGB value is (56,224,51). Sum of RGB (Red+Green+Blue) = 56+224+51=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 224 (87.89% from 255 or 67.67% from 331); Blue value is 51 (20.31% from 255 or 15.41% from 331); Max value from RGB is 224 - color contains mainly: green. Hex color #38E033 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E033 is #C71FCC. Grayscale: #9A9A9A. Windows color (decimal): -13049805 or 3399736. OLE color: 3399736.

HSL color Cylindrical-coordinate representation of color #38E033: hue angle of 118.27º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38E033 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB5622451-
CMYK0.7500.770.12
HSL118.27º73.62%53.92%-
HSV(B)118.27º77.23%87.84%-
XYZ28.8854.3912.11-
YUV154.0569.8458.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 224 (87.89% from 255) = 67.67%
BLUE value IS 51 (20.31% from 255) = 15.41%
R=16.92%
G=67.67%
B=15.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal56224510.7500.770.12118.2773.6253.92
Hex38E0334B04DC764a36
Octal703406311301151416611266
Binary11100011100000110011100101101001101110011101101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,224,51); }

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

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

 a { background-color: rgb(56,224,51); }

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

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

 span { border-color: rgb(56,224,51); }

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