#33C74D

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

Shades of Lime Green #33C74D

Tints of Lime Green #33C74D

Color information

#33C74D (or 0x33C74D) is unknown color: approx Lime Green. HEX triplet: 33, C7 and 4D. RGB value is (51,199,77). Sum of RGB (Red+Green+Blue) = 51+199+77=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 199 (78.12% from 255 or 60.86% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 199 - color contains mainly: green. Hex color #33C74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C74D is #CC38B2. Grayscale: #8D8D8D. Windows color (decimal): -13383859 or 5097267. OLE color: 5097267.

HSL color Cylindrical-coordinate representation of color #33C74D: hue angle of 130.54º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C74D is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB5119977-
CMYK0.7400.610.22
HSL130.54º59.2%49.02%-
HSV(B)130.54º74.37%78.04%-
XYZ23.1342.0913.93-
YUV140.8491.9763.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 199 (78.12% from 255) = 60.86%
BLUE value IS 77 (30.47% from 255) = 23.55%
R=15.60%
G=60.86%
B=23.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51199770.7400.610.22130.5459.249.02
Hex33C74D4A03D16833b31
Octal63307115112075262037361
Binary110011110001111001101100101001111011011010000011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,199,77); }

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

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

 a { background-color: rgb(51,199,77); }

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

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

 span { border-color: rgb(51,199,77); }

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