#33D826

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

Shades of Lime Green #33D826

Tints of Lime Green #33D826

Color information

#33D826 (or 0x33D826) is unknown color: approx Lime Green. HEX triplet: 33, D8 and 26. RGB value is (51,216,38). Sum of RGB (Red+Green+Blue) = 51+216+38=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 216 (84.77% from 255 or 70.82% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 216 - color contains mainly: green. Hex color #33D826 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D826 is #CC27D9. Grayscale: #929292. Windows color (decimal): -13379546 or 2545715. OLE color: 2545715.

HSL color Cylindrical-coordinate representation of color #33D826: hue angle of 115.62º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #33D826 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB5121638-
CMYK0.7600.820.15
HSL115.62º70.08%49.8%-
HSV(B)115.62º82.41%84.71%-
XYZ26.2749.9610.09-
YUV146.3766.8459.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 216 (84.77% from 255) = 70.82%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=16.72%
G=70.82%
B=12.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51216380.7600.820.15115.6270.0849.8
Hex33D8264C052F744632
Octal633304611401221716410662
Binary11001111011000100110100110001010010111111101001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,216,38); }

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

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

 a { background-color: rgb(51,216,38); }

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

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

 span { border-color: rgb(51,216,38); }

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