Html Css Color HEX #33AA2C Lime Green

📋 copy color: '#33AA2C'

red 51 ◦ green 170 ◦ blue 44

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

Shades of Lime Green #33AA2C

Tints of Lime Green #33AA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.6%

R = 19.25%
G = 64.15%
B = 16.6%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#33AA2C (or 0x33AA2C) is known color: Lime Green. HEX triplet: 33, AA and 2C. RGB value is (51,170,44). Sum of RGB (Red+Green+Blue) = 51+170+44=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AA2C is #CC55D3. Grayscale: #787878. Windows color (decimal): -13391316 or 2927155. OLE color: 2927155.

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

Color convert

RGB 51 170 44 -
CMYK 0.7 0 0.74 0.33
HSL 116.67º 0.59% 0.42% -
HSV(B) 116.67º 0.74% 0.67% -
XYZ 16.19 29.64 7.25 -
YUV 120.06 85.08 78.75 -
System Red Green Blue C M Y K H S L
Decimal 51 170 44 0.7 0 0.74 0.33 116.67 0.59 0.42
Hex 33 AA 2C 46 0 4A 21 75 3B 2A
Octal 63 252 54 106 0 112 41 165 73 52
Binary 110011 10101010 101100 1000110 0 1001010 100001 1110101 111011 101010

Color Harmonies of #33AA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AA2C

Black with #33AA2C

Text Example


Text Example

White with #33AA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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