Html Css Color HEX #33B128 Lime Green

📋 copy color: '#33B128'

red 51 ◦ green 177 ◦ blue 40

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

Shades of Lime Green #33B128

Tints of Lime Green #33B128

RGB

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

 GREEN value IS 177 (69.53% from 255) = 66.04%

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

R = 19.03%
G = 66.04%
B = 14.93%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#33B128 (or 0x33B128) is known color: Lime Green. HEX triplet: 33, B1 and 28. RGB value is (51,177,40). Sum of RGB (Red+Green+Blue) = 51+177+40=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 177 (69.53% from 255 or 66.04% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 177 - color contains mainly: green. Hex color #33B128 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B128 is #CC4ED7. Grayscale: #7C7C7C. Windows color (decimal): -13389528 or 2666803. OLE color: 2666803.

HSL color Cylindrical-coordinate representation of color #33B128: hue angle of 115.18º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33B128 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 177 40 -
CMYK 0.71 0 0.77 0.31
HSL 115.18º 0.63% 0.43% -
HSV(B) 115.18º 0.77% 0.69% -
XYZ 17.47 32.3 7.32 -
YUV 123.71 80.76 76.14 -
System Red Green Blue C M Y K H S L
Decimal 51 177 40 0.71 0 0.77 0.31 115.18 0.63 0.43
Hex 33 B1 28 47 0 4D 1F 73 3F 2B
Octal 63 261 50 107 0 115 37 163 77 53
Binary 110011 10110001 101000 1000111 0 1001101 11111 1110011 111111 101011

Color Harmonies of #33B128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B128

Black with #33B128

Text Example


Text Example

White with #33B128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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