Html Css Color HEX #33D752 Lime Green

📋 copy color: '#33D752'

red 51 ◦ green 215 ◦ blue 82

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

Shades of Lime Green #33D752

Tints of Lime Green #33D752

RGB

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

 GREEN value IS 215 (84.38% from 255) = 61.78%

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

R = 14.66%
G = 61.78%
B = 23.56%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#33D752 (or 0x33D752) is known color: Lime Green. HEX triplet: 33, D7 and 52. RGB value is (51,215,82). Sum of RGB (Red+Green+Blue) = 51+215+82=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #33D752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D752 is #CC28AD. Grayscale: #979797. Windows color (decimal): -13379758 or 5429043. OLE color: 5429043.

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

Color convert

RGB 51 215 82 -
CMYK 0.76 0 0.62 0.16
HSL 131.34º 0.67% 0.52% -
HSV(B) 131.34º 0.76% 0.84% -
XYZ 27.19 49.91 16.18 -
YUV 150.8 89.17 56.81 -
System Red Green Blue C M Y K H S L
Decimal 51 215 82 0.76 0 0.62 0.16 131.34 0.67 0.52
Hex 33 D7 52 4C 0 3E 10 83 43 34
Octal 63 327 122 114 0 76 20 203 103 64
Binary 110011 11010111 1010010 1001100 0 111110 10000 10000011 1000011 110100

Color Harmonies of #33D752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33D752

Black with #33D752

Text Example


Text Example

White with #33D752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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