#33d621

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

Shades of Lime Green #33D621

Tints of Lime Green #33D621

Color information

#33D621 (or 0x33D621) is unknown color: approx Lime Green. HEX triplet: 33, D6 and 21. RGB value is (51,214,33). Sum of RGB (Red+Green+Blue) = 51+214+33=298 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.11% from 298); Green value is 214 (83.98% from 255 or 71.81% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 214 - color contains mainly: green. Hex color #33D621 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D621 is #CC29DE. Grayscale: #919191. Windows color (decimal): -13380063 or 2217523. OLE color: 2217523.

HSL color Cylindrical-coordinate representation of color #33D621: hue angle of 114.03º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #33D621 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB5121433-
CMYK0.7600.850.16
HSL114.03º73.28%48.43%-
HSV(B)114.03º84.58%83.92%-
XYZ25.6948.919.52-
YUV144.636561.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.11%
GREEN value IS 214 (83.98% from 255) = 71.81%
BLUE value IS 33 (13.28% from 255) = 11.07%
R=17.11%
G=71.81%
B=11.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51214330.7600.850.16114.0373.2848.43
Hex33D6214C05510724930
Octal633264111401252016211160
Binary110011110101101000011001100010101011000011100101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33d621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,214,33); }

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

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

 a { background-color: rgb(51,214,33); }

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

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

 span { border-color: rgb(51,214,33); }

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