#33D654

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

Shades of Lime Green #33D654

Tints of Lime Green #33D654

Color information

#33D654 (or 0x33D654) is unknown color: approx Lime Green. HEX triplet: 33, D6 and 54. RGB value is (51,214,84). Sum of RGB (Red+Green+Blue) = 51+214+84=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #33D654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D654 is #CC29AB. Grayscale: #969696. Windows color (decimal): -13380012 or 5559859. OLE color: 5559859.

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

Color convert

RGB5121484-
CMYK0.7600.610.16
HSL132.15º66.53%51.96%-
HSV(B)132.15º76.17%83.92%-
XYZ27.0149.4416.51-
YUV150.4490.557.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.61%
GREEN value IS 214 (83.98% from 255) = 61.32%
BLUE value IS 84 (33.20% from 255) = 24.07%
R=14.61%
G=61.32%
B=24.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51214840.7600.610.16132.1566.5351.96
Hex33D6544C03D10844334
Octal633261241140752020410364
Binary1100111101011010101001001100011110110000100001001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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