#33DC3A

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

Shades of Lime Green #33DC3A

Tints of Lime Green #33DC3A

Color information

#33DC3A (or 0x33DC3A) is unknown color: approx Lime Green. HEX triplet: 33, DC and 3A. RGB value is (51,220,58). Sum of RGB (Red+Green+Blue) = 51+220+58=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33DC3A is #CC23C5. Grayscale: #979797. Windows color (decimal): -13378502 or 3857459. OLE color: 3857459.

HSL color Cylindrical-coordinate representation of color #33DC3A: hue angle of 122.49º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DC3A is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB5122058-
CMYK0.7700.740.14
HSL122.49º70.71%53.14%-
HSV(B)122.49º76.82%86.27%-
XYZ27.7252.212.62-
YUV15175.5156.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 220 (86.33% from 255) = 66.87%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=15.50%
G=66.87%
B=17.63%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal51220580.7700.740.14122.4970.7153.14
Hex33DC3A4D04AE7a4735
Octal633347211501121617210765
Binary11001111011100111010100110101001010111011110101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33DC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,220,58); }

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

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

 a { background-color: rgb(51,220,58); }

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

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

 span { border-color: rgb(51,220,58); }

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