Html Css Color HEX #33C032 Lime Green

📋 copy color: '#33C032'

red 51 ◦ green 192 ◦ blue 50

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

Shades of Lime Green #33C032

Tints of Lime Green #33C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.53%

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

R = 17.41%
G = 65.53%
B = 17.06%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#33C032 (or 0x33C032) is known color: Lime Green. HEX triplet: 33, C0 and 32. RGB value is (51,192,50). Sum of RGB (Red+Green+Blue) = 51+192+50=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #33C032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33C032 is #CC3FCD. Grayscale: #868686. Windows color (decimal): -13385678 or 3326003. OLE color: 3326003.

HSL color Cylindrical-coordinate representation of color #33C032: hue angle of 119.58º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C032 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 192 50 -
CMYK 0.73 0 0.74 0.25
HSL 119.58º 0.59% 0.47% -
HSV(B) 119.58º 0.74% 0.75% -
XYZ 20.79 38.63 9.38 -
YUV 133.65 80.79 69.05 -
System Red Green Blue C M Y K H S L
Decimal 51 192 50 0.73 0 0.74 0.25 119.58 0.59 0.47
Hex 33 C0 32 49 0 4A 19 78 3B 2F
Octal 63 300 62 111 0 112 31 170 73 57
Binary 110011 11000000 110010 1001001 0 1001010 11001 1111000 111011 101111

Color Harmonies of #33C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33C032

Black with #33C032

Text Example


Text Example

White with #33C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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