#38CB33

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

Shades of Lime Green #38CB33

Tints of Lime Green #38CB33

Color information

#38CB33 (or 0x38CB33) is unknown color: approx Lime Green. HEX triplet: 38, CB and 33. RGB value is (56,203,51). Sum of RGB (Red+Green+Blue) = 56+203+51=310 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.06% from 310); Green value is 203 (79.69% from 255 or 65.48% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CB33 is #C734CC. Grayscale: #8E8E8E. Windows color (decimal): -13055181 or 3394360. OLE color: 3394360.

HSL color Cylindrical-coordinate representation of color #38CB33: hue angle of 118.03º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38CB33 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB5620351-
CMYK0.7200.750.20
HSL118.03º59.84%49.8%-
HSV(B)118.03º74.88%79.61%-
XYZ23.5843.7910.34-
YUV141.7276.866.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.06%
GREEN value IS 203 (79.69% from 255) = 65.48%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=18.06%
G=65.48%
B=16.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56203510.7200.750.20118.0359.8449.8
Hex38CB334804B14763c32
Octal70313631100113241667462
Binary11100011001011110011100100001001011101001110110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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