#33D63A

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

Shades of Lime Green #33D63A

Tints of Lime Green #33D63A

Color information

#33D63A (or 0x33D63A) is unknown color: approx Lime Green. HEX triplet: 33, D6 and 3A. RGB value is (51,214,58). Sum of RGB (Red+Green+Blue) = 51+214+58=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 214 (83.98% from 255 or 66.25% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 214 - color contains mainly: green. Hex color #33D63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D63A is #CC29C5. Grayscale: #939393. Windows color (decimal): -13380038 or 3855923. OLE color: 3855923.

HSL color Cylindrical-coordinate representation of color #33D63A: hue angle of 122.58º 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 #33D63A is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB5121458-
CMYK0.7600.730.16
HSL122.58º66.53%51.96%-
HSV(B)122.58º76.17%83.92%-
XYZ26.1849.112.1-
YUV147.4877.559.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 214 (83.98% from 255) = 66.25%
BLUE value IS 58 (23.05% from 255) = 17.96%
R=15.79%
G=66.25%
B=17.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51214580.7600.730.16122.5866.5351.96
Hex33D63A4C049107b4334
Octal633267211401112017310364
Binary110011110101101110101001100010010011000011110111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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