Html Css Color HEX #33B328 Lime Green

📋 copy color: '#33B328'

red 51 ◦ green 179 ◦ blue 40

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

Shades of Lime Green #33B328

Tints of Lime Green #33B328

RGB

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

 GREEN value IS 179 (70.31% from 255) = 66.3%

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

R = 18.89%
G = 66.3%
B = 14.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#33B328 (or 0x33B328) is known color: Lime Green. HEX triplet: 33, B3 and 28. RGB value is (51,179,40). Sum of RGB (Red+Green+Blue) = 51+179+40=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 179 (70.31% from 255 or 66.30% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 179 - color contains mainly: green. Hex color #33B328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #33B328 is #CC4CD7. Grayscale: #7D7D7D. Windows color (decimal): -13389016 or 2667315. OLE color: 2667315.

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

Color convert

RGB 51 179 40 -
CMYK 0.72 0 0.78 0.30
HSL 115.25º 0.63% 0.43% -
HSV(B) 115.25º 0.78% 0.7% -
XYZ 17.87 33.1 7.45 -
YUV 124.88 80.09 75.3 -
System Red Green Blue C M Y K H S L
Decimal 51 179 40 0.72 0 0.78 0.30 115.25 0.63 0.43
Hex 33 B3 28 48 0 4E 1E 73 3F 2B
Octal 63 263 50 110 0 116 36 163 77 53
Binary 110011 10110011 101000 1001000 0 1001110 11110 1110011 111111 101011

Color Harmonies of #33B328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B328

Black with #33B328

Text Example


Text Example

White with #33B328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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