Html Css Color HEX #33BC49 Lime Green

📋 copy color: '#33BC49'

red 51 ◦ green 188 ◦ blue 73

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

Shades of Lime Green #33BC49

Tints of Lime Green #33BC49

RGB

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

 GREEN value IS 188 (73.83% from 255) = 60.26%

 BLUE value IS 73 (28.91% from 255) = 23.4%

R = 16.35%
G = 60.26%
B = 23.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#33BC49 (or 0x33BC49) is known color: Lime Green. HEX triplet: 33, BC and 49. RGB value is (51,188,73). Sum of RGB (Red+Green+Blue) = 51+188+73=312 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.35% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #33BC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BC49 is #CC43B6. Grayscale: #868686. Windows color (decimal): -13386679 or 4832307. OLE color: 4832307.

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

Color convert

RGB 51 188 73 -
CMYK 0.73 0 0.61 0.26
HSL 129.64º 0.57% 0.47% -
HSV(B) 129.64º 0.73% 0.74% -
XYZ 20.55 37.15 12.39 -
YUV 133.93 93.61 68.85 -
System Red Green Blue C M Y K H S L
Decimal 51 188 73 0.73 0 0.61 0.26 129.64 0.57 0.47
Hex 33 BC 49 49 0 3D 1A 82 39 2F
Octal 63 274 111 111 0 75 32 202 71 57
Binary 110011 10111100 1001001 1001001 0 111101 11010 10000010 111001 101111

Color Harmonies of #33BC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BC49

Black with #33BC49

Text Example


Text Example

White with #33BC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,188,73); }

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

background-color css

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

 a { background-color: rgb(51,188,73); }

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

border-color css

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

 span { border-color: rgb(51,188,73); }

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