Html Css Color HEX #33D532 Lime Green

📋 copy color: '#33D532'

red 51 ◦ green 213 ◦ blue 50

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

Shades of Lime Green #33D532

Tints of Lime Green #33D532

RGB

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

 GREEN value IS 213 (83.59% from 255) = 67.83%

 BLUE value IS 50 (19.92% from 255) = 15.92%

R = 16.24%
G = 67.83%
B = 15.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#33D532 (or 0x33D532) is known color: Lime Green. HEX triplet: 33, D5 and 32. RGB value is (51,213,50). Sum of RGB (Red+Green+Blue) = 51+213+50=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 213 (83.59% from 255 or 67.83% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 213 - color contains mainly: green. Hex color #33D532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33D532 is #CC2ACD. Grayscale: #929292. Windows color (decimal): -13380302 or 3331379. OLE color: 3331379.

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

Color convert

RGB 51 213 50 -
CMYK 0.76 0 0.77 0.16
HSL 119.63º 0.66% 0.52% -
HSV(B) 119.63º 0.77% 0.84% -
XYZ 25.74 48.52 11.03 -
YUV 145.98 73.83 60.25 -
System Red Green Blue C M Y K H S L
Decimal 51 213 50 0.76 0 0.77 0.16 119.63 0.66 0.52
Hex 33 D5 32 4C 0 4D 10 78 42 34
Octal 63 325 62 114 0 115 20 170 102 64
Binary 110011 11010101 110010 1001100 0 1001101 10000 1111000 1000010 110100

Color Harmonies of #33D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D532

Black with #33D532

Text Example


Text Example

White with #33D532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,213,50); }

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

background-color css

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

 a { background-color: rgb(51,213,50); }

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

border-color css

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

 span { border-color: rgb(51,213,50); }

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