Html Css Color HEX #2CAA35 Lime Green

📋 copy color: '#2CAA35'

red 44 ◦ green 170 ◦ blue 53

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

Shades of Lime Green #2CAA35

Tints of Lime Green #2CAA35

RGB

 RED value IS 44 (17.58% from 255) = 16.48%

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

 BLUE value IS 53 (21.09% from 255) = 19.85%

R = 16.48%
G = 63.67%
B = 19.85%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#2CAA35 (or 0x2CAA35) is known color: Lime Green. HEX triplet: 2C, AA and 35. RGB value is (44,170,53). Sum of RGB (Red+Green+Blue) = 44+170+53=267 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.48% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #2CAA35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CAA35 is #D355CA. Grayscale: #777777. Windows color (decimal): -13850059 or 3516972. OLE color: 3516972.

HSL color Cylindrical-coordinate representation of color #2CAA35: hue angle of 124.29º 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 #2CAA35 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 44 170 53 -
CMYK 0.74 0 0.69 0.33
HSL 124.29º 0.59% 0.42% -
HSV(B) 124.29º 0.74% 0.67% -
XYZ 16.06 29.54 8.22 -
YUV 118.99 90.76 74.51 -
System Red Green Blue C M Y K H S L
Decimal 44 170 53 0.74 0 0.69 0.33 124.29 0.59 0.42
Hex 2C AA 35 4A 0 45 21 7C 3B 2A
Octal 54 252 65 112 0 105 41 174 73 52
Binary 101100 10101010 110101 1001010 0 1000101 100001 1111100 111011 101010

Color Harmonies of #2CAA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CAA35

Black with #2CAA35

Text Example


Text Example

White with #2CAA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CAA35; }

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

 H1.HeaderClassName
 {
   color: #2CAA35;
 }
 .AnyTagClassName
 {
   color: #2CAA35;
 }
</style>

background-color css

<style>
 a { background-color: #2CAA35; }

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

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

border-color css

<style>
 span { border-color: #2CAA35; }

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

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