Html Css Color HEX #33B528 Lime Green

📋 copy color: '#33B528'

red 51 ◦ green 181 ◦ blue 40

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

Shades of Lime Green #33B528

Tints of Lime Green #33B528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 66.54%

 BLUE value IS 40 (16.02% from 255) = 14.71%

R = 18.75%
G = 66.54%
B = 14.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#33B528 (or 0x33B528) is known color: Lime Green. HEX triplet: 33, B5 and 28. RGB value is (51,181,40). Sum of RGB (Red+Green+Blue) = 51+181+40=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 181 (71.09% from 255 or 66.54% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 181 - color contains mainly: green. Hex color #33B528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B528 is #CC4AD7. Grayscale: #7E7E7E. Windows color (decimal): -13388504 or 2667827. OLE color: 2667827.

HSL color Cylindrical-coordinate representation of color #33B528: hue angle of 115.32º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33B528 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 181 40 -
CMYK 0.72 0 0.78 0.29
HSL 115.32º 0.64% 0.43% -
HSV(B) 115.32º 0.78% 0.71% -
XYZ 18.27 33.9 7.59 -
YUV 126.06 79.43 74.46 -
System Red Green Blue C M Y K H S L
Decimal 51 181 40 0.72 0 0.78 0.29 115.32 0.64 0.43
Hex 33 B5 28 48 0 4E 1D 73 40 2B
Octal 63 265 50 110 0 116 35 163 100 53
Binary 110011 10110101 101000 1001000 0 1001110 11101 1110011 1000000 101011

Color Harmonies of #33B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B528

Black with #33B528

Text Example


Text Example

White with #33B528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,181,40); }

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

background-color css

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

 a { background-color: rgb(51,181,40); }

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

border-color css

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

 span { border-color: rgb(51,181,40); }

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