#33C625

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

Shades of Lime Green #33C625

Tints of Lime Green #33C625

Color information

#33C625 (or 0x33C625) is unknown color: approx Lime Green. HEX triplet: 33, C6 and 25. RGB value is (51,198,37). Sum of RGB (Red+Green+Blue) = 51+198+37=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 198 (77.73% from 255 or 69.23% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 198 - color contains mainly: green. Hex color #33C625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C625 is #CC39DA. Grayscale: #888888. Windows color (decimal): -13384155 or 2475571. OLE color: 2475571.

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

Color convert

RGB5119837-
CMYK0.7400.810.22
HSL114.78º68.51%46.08%-
HSV(B)114.78º81.31%77.65%-
XYZ21.8941.238.55-
YUV135.6972.367.59-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.83%
GREEN value IS 198 (77.73% from 255) = 69.23%
BLUE value IS 37 (14.84% from 255) = 12.94%
R=17.83%
G=69.23%
B=12.94%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal51198370.7400.810.22114.7868.5146.08
Hex33C6254A0511673452e
Octal633064511201212616310556
Binary110011110001101001011001010010100011011011100111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,198,37); }

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

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

 a { background-color: rgb(51,198,37); }

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

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

 span { border-color: rgb(51,198,37); }

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