Html Css Color HEX #33D152 Lime Green

📋 copy color: '#33D152'

red 51 ◦ green 209 ◦ blue 82

#33D152
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #33D152

Tints of Lime Green #33D152

RGB

 RED value IS 51 (20.31% from 255) = 14.91%

 GREEN value IS 209 (82.03% from 255) = 61.11%

 BLUE value IS 82 (32.42% from 255) = 23.98%

R = 14.91%
G = 61.11%
B = 23.98%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#33D152 (or 0x33D152) is known color: Lime Green. HEX triplet: 33, D1 and 52. RGB value is (51,209,82). Sum of RGB (Red+Green+Blue) = 51+209+82=342 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.91% from 342); Green value is 209 (82.03% from 255 or 61.11% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 209 - color contains mainly: green. Hex color #33D152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D152 is #CC2EAD. Grayscale: #939393. Windows color (decimal): -13381294 or 5427507. OLE color: 5427507.

HSL color Cylindrical-coordinate representation of color #33D152: hue angle of 131.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D152 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 209 82 -
CMYK 0.76 0 0.61 0.18
HSL 131.77º 0.63% 0.51% -
HSV(B) 131.77º 0.76% 0.82% -
XYZ 25.69 46.91 15.68 -
YUV 147.28 91.15 59.33 -
System Red Green Blue C M Y K H S L
Decimal 51 209 82 0.76 0 0.61 0.18 131.77 0.63 0.51
Hex 33 D1 52 4C 0 3D 12 84 3F 33
Octal 63 321 122 114 0 75 22 204 77 63
Binary 110011 11010001 1010010 1001100 0 111101 10010 10000100 111111 110011

Color Harmonies of #33D152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D152

Black with #33D152

Text Example


Text Example

White with #33D152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,209,82); }

 H1.HeaderClassName
 {
   color: #33D152;
 }
 .AnyTagClassName
 {
   color: #33D152;
 }
</style>

background-color css

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

 a { background-color: rgb(51,209,82); }

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

border-color css

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

 span { border-color: rgb(51,209,82); }

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