Html Css Color HEX #2ACC31 Lime Green

📋 copy color: '#2ACC31'

red 42 ◦ green 204 ◦ blue 49

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

Shades of Lime Green #2ACC31

Tints of Lime Green #2ACC31

RGB

 RED value IS 42 (16.8% from 255) = 14.24%

 GREEN value IS 204 (80.08% from 255) = 69.15%

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 14.24%
G = 69.15%
B = 16.61%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.76

 K value IS 0.2

RGB Variations

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

Color information

#2ACC31 (or 0x2ACC31) is known color: Lime Green. HEX triplet: 2A, CC and 31. RGB value is (42,204,49). Sum of RGB (Red+Green+Blue) = 42+204+49=295 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.24% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACC31 is #D533CE. Grayscale: #8A8A8A. Windows color (decimal): -13972431 or 3263530. OLE color: 3263530.

HSL color Cylindrical-coordinate representation of color #2ACC31: hue angle of 122.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACC31 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB 42 204 49 -
CMYK 0.79 0 0.76 0.2
HSL 122.59º 0.66% 0.48% -
HSV(B) 122.59º 0.79% 0.8% -
XYZ 23.1 43.9 10.16 -
YUV 137.89 77.83 59.6 -
System Red Green Blue C M Y K H S L
Decimal 42 204 49 0.79 0 0.76 0.2 122.59 0.66 0.48
Hex 2A CC 31 4F 0 4C 14 7B 42 30
Octal 52 314 61 117 0 114 24 173 102 60
Binary 101010 11001100 110001 1001111 0 1001100 10100 1111011 1000010 110000

Color Harmonies of #2ACC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACC31

Black with #2ACC31

Text Example


Text Example

White with #2ACC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,204,49); }

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

background-color css

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

 a { background-color: rgb(42,204,49); }

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

border-color css

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

 span { border-color: rgb(42,204,49); }

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