Html Css Color HEX #33BD4C Lime Green

📋 copy color: '#33BD4C'

red 51 ◦ green 189 ◦ blue 76

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

Shades of Lime Green #33BD4C

Tints of Lime Green #33BD4C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 59.81%

 BLUE value IS 76 (30.08% from 255) = 24.05%

R = 16.14%
G = 59.81%
B = 24.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#33BD4C (or 0x33BD4C) is known color: Lime Green. HEX triplet: 33, BD and 4C. RGB value is (51,189,76). Sum of RGB (Red+Green+Blue) = 51+189+76=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #33BD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33BD4C is #CC42B3. Grayscale: #878787. Windows color (decimal): -13386420 or 5029171. OLE color: 5029171.

HSL color Cylindrical-coordinate representation of color #33BD4C: hue angle of 130.87º 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 #33BD4C is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 51 189 76 -
CMYK 0.73 0 0.60 0.26
HSL 130.87º 0.58% 0.47% -
HSV(B) 130.87º 0.73% 0.74% -
XYZ 20.87 37.62 13 -
YUV 134.86 94.78 68.19 -
System Red Green Blue C M Y K H S L
Decimal 51 189 76 0.73 0 0.60 0.26 130.87 0.58 0.47
Hex 33 BD 4C 49 0 3C 1A 83 3A 2F
Octal 63 275 114 111 0 74 32 203 72 57
Binary 110011 10111101 1001100 1001001 0 111100 11010 10000011 111010 101111

Color Harmonies of #33BD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33BD4C

Black with #33BD4C

Text Example


Text Example

White with #33BD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,189,76); }

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

background-color css

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

 a { background-color: rgb(51,189,76); }

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

border-color css

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

 span { border-color: rgb(51,189,76); }

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