#33C124

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

Shades of Lime Green #33C124

Tints of Lime Green #33C124

Color information

#33C124 (or 0x33C124) is unknown color: approx Lime Green. HEX triplet: 33, C1 and 24. RGB value is (51,193,36). Sum of RGB (Red+Green+Blue) = 51+193+36=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #33C124 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C124 is #CC3EDB. Grayscale: #858585. Windows color (decimal): -13385436 or 2408755. OLE color: 2408755.

HSL color Cylindrical-coordinate representation of color #33C124: hue angle of 114.27º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #33C124 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB5119336-
CMYK0.7400.810.24
HSL114.27º68.56%44.9%-
HSV(B)114.27º81.35%75.69%-
XYZ20.7538.978.1-
YUV132.6473.4669.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.21%
GREEN value IS 193 (75.78% from 255) = 68.93%
BLUE value IS 36 (14.45% from 255) = 12.86%
R=18.21%
G=68.93%
B=12.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51193360.7400.810.24114.2768.5644.9
Hex33C1244A0511872452d
Octal633014411201213016210555
Binary110011110000011001001001010010100011100011100101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,193,36); }

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

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

 a { background-color: rgb(51,193,36); }

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

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

 span { border-color: rgb(51,193,36); }

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