#33C74C

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

Shades of Lime Green #33C74C

Tints of Lime Green #33C74C

Color information

#33C74C (or 0x33C74C) is unknown color: approx Lime Green. HEX triplet: 33, C7 and 4C. RGB value is (51,199,76). Sum of RGB (Red+Green+Blue) = 51+199+76=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 199 (78.12% from 255 or 61.04% from 326); Blue value is 76 (30.08% from 255 or 23.31% from 326); Max value from RGB is 199 - color contains mainly: green. Hex color #33C74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C74C is #CC38B3. Grayscale: #8D8D8D. Windows color (decimal): -13383860 or 5031731. OLE color: 5031731.

HSL color Cylindrical-coordinate representation of color #33C74C: hue angle of 130.14º 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 #33C74C is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB5119976-
CMYK0.7400.620.22
HSL130.14º59.2%49.02%-
HSV(B)130.14º74.37%78.04%-
XYZ23.0942.0713.74-
YUV140.7391.4764-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.64%
GREEN value IS 199 (78.12% from 255) = 61.04%
BLUE value IS 76 (30.08% from 255) = 23.31%
R=15.64%
G=61.04%
B=23.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51199760.7400.620.22130.1459.249.02
Hex33C74C4A03E16823b31
Octal63307114112076262027361
Binary110011110001111001100100101001111101011010000010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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