#33D536

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

Shades of Lime Green #33D536

Tints of Lime Green #33D536

Color information

#33D536 (or 0x33D536) is unknown color: approx Lime Green. HEX triplet: 33, D5 and 36. RGB value is (51,213,54). Sum of RGB (Red+Green+Blue) = 51+213+54=318 (42% of max value = 765). Red value is 51 (20.31% from 255 or 16.04% from 318); Green value is 213 (83.59% from 255 or 66.98% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 213 - color contains mainly: green. Hex color #33D536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D536 is #CC2AC9. Grayscale: #929292. Windows color (decimal): -13380298 or 3593523. OLE color: 3593523.

HSL color Cylindrical-coordinate representation of color #33D536: hue angle of 121.11º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D536 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB5121354-
CMYK0.7600.750.16
HSL121.11º65.85%51.76%-
HSV(B)121.11º76.06%83.53%-
XYZ25.8348.5611.5-
YUV146.4475.8359.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.04%
GREEN value IS 213 (83.59% from 255) = 66.98%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=16.04%
G=66.98%
B=16.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51213540.7600.750.16121.1165.8551.76
Hex33D5364C04B10794234
Octal633256611401132017110264
Binary110011110101011101101001100010010111000011110011000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,213,54); }

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

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

 a { background-color: rgb(51,213,54); }

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

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

 span { border-color: rgb(51,213,54); }

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