Html Css Color HEX #33AA2F Lime Green

📋 copy color: '#33AA2F'

red 51 ◦ green 170 ◦ blue 47

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

Shades of Lime Green #33AA2F

Tints of Lime Green #33AA2F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 63.43%

 BLUE value IS 47 (18.75% from 255) = 17.54%

R = 19.03%
G = 63.43%
B = 17.54%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#33AA2F (or 0x33AA2F) is known color: Lime Green. HEX triplet: 33, AA and 2F. RGB value is (51,170,47). Sum of RGB (Red+Green+Blue) = 51+170+47=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AA2F is #CC55D0. Grayscale: #787878. Windows color (decimal): -13391313 or 3123763. OLE color: 3123763.

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

Color convert

RGB 51 170 47 -
CMYK 0.7 0 0.72 0.33
HSL 118.05º 0.57% 0.43% -
HSV(B) 118.05º 0.72% 0.67% -
XYZ 16.25 29.66 7.56 -
YUV 120.4 86.58 78.5 -
System Red Green Blue C M Y K H S L
Decimal 51 170 47 0.7 0 0.72 0.33 118.05 0.57 0.43
Hex 33 AA 2F 46 0 48 21 76 39 2B
Octal 63 252 57 106 0 110 41 166 71 53
Binary 110011 10101010 101111 1000110 0 1001000 100001 1110110 111001 101011

Color Harmonies of #33AA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AA2F

Black with #33AA2F

Text Example


Text Example

White with #33AA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,170,47); }

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

background-color css

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

 a { background-color: rgb(51,170,47); }

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

border-color css

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

 span { border-color: rgb(51,170,47); }

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