#33CB3D

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

Shades of Lime Green #33CB3D

Tints of Lime Green #33CB3D

Color information

#33CB3D (or 0x33CB3D) is unknown color: approx Lime Green. HEX triplet: 33, CB and 3D. RGB value is (51,203,61). Sum of RGB (Red+Green+Blue) = 51+203+61=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 203 (79.69% from 255 or 64.44% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 203 - color contains mainly: green. Hex color #33CB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33CB3D is #CC34C2. Grayscale: #8D8D8D. Windows color (decimal): -13382851 or 4049715. OLE color: 4049715.

HSL color Cylindrical-coordinate representation of color #33CB3D: hue angle of 123.95º 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 #33CB3D is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB5120361-
CMYK0.7500.700.20
HSL123.95º59.84%49.8%-
HSV(B)123.95º74.88%79.61%-
XYZ23.5643.7511.62-
YUV141.3682.6463.55-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 203 (79.69% from 255) = 64.44%
BLUE value IS 61 (24.22% from 255) = 19.37%
R=16.19%
G=64.44%
B=19.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51203610.7500.700.20123.9559.8449.8
Hex33CB3D4B046147c3c32
Octal63313751130106241747462
Binary11001111001011111101100101101000110101001111100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33CB3D; }

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

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

<style>
 a { background-color: #33CB3D; }

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

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

<style>
 span { border-color: #33CB3D; }

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

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