Html Css Color HEX #33C352 Lime Green

📋 copy color: '#33C352'

red 51 ◦ green 195 ◦ blue 82

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

Shades of Lime Green #33C352

Tints of Lime Green #33C352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.45%

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

R = 15.55%
G = 59.45%
B = 25%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#33C352 (or 0x33C352) is known color: Lime Green. HEX triplet: 33, C3 and 52. RGB value is (51,195,82). Sum of RGB (Red+Green+Blue) = 51+195+82=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 195 (76.56% from 255 or 59.45% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 195 - color contains mainly: green. Hex color #33C352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C352 is #CC3CAD. Grayscale: #8B8B8B. Windows color (decimal): -13384878 or 5423923. OLE color: 5423923.

HSL color Cylindrical-coordinate representation of color #33C352: hue angle of 132.92º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C352 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 195 82 -
CMYK 0.74 0 0.58 0.24
HSL 132.92º 0.59% 0.48% -
HSV(B) 132.92º 0.74% 0.76% -
XYZ 22.4 40.34 14.59 -
YUV 139.06 95.79 65.19 -
System Red Green Blue C M Y K H S L
Decimal 51 195 82 0.74 0 0.58 0.24 132.92 0.59 0.48
Hex 33 C3 52 4A 0 3A 18 85 3B 30
Octal 63 303 122 112 0 72 30 205 73 60
Binary 110011 11000011 1010010 1001010 0 111010 11000 10000101 111011 110000

Color Harmonies of #33C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C352

Black with #33C352

Text Example


Text Example

White with #33C352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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