Html Css Color HEX #2ACD31 Lime Green

📋 copy color: '#2ACD31'

red 42 ◦ green 205 ◦ blue 49

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

Shades of Lime Green #2ACD31

Tints of Lime Green #2ACD31

RGB

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

 GREEN value IS 205 (80.47% from 255) = 69.26%

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

R = 14.19%
G = 69.26%
B = 16.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#2ACD31 (or 0x2ACD31) is known color: Lime Green. HEX triplet: 2A, CD and 31. RGB value is (42,205,49). Sum of RGB (Red+Green+Blue) = 42+205+49=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 205 (80.47% from 255 or 69.26% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACD31 is #D532CE. Grayscale: #8A8A8A. Windows color (decimal): -13972175 or 3263786. OLE color: 3263786.

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

Color convert

RGB 42 205 49 -
CMYK 0.80 0 0.76 0.20
HSL 122.58º 0.66% 0.48% -
HSV(B) 122.58º 0.8% 0.8% -
XYZ 23.34 44.38 10.24 -
YUV 138.48 77.5 59.18 -
System Red Green Blue C M Y K H S L
Decimal 42 205 49 0.80 0 0.76 0.20 122.58 0.66 0.48
Hex 2A CD 31 50 0 4C 14 7B 42 30
Octal 52 315 61 120 0 114 24 173 102 60
Binary 101010 11001101 110001 1010000 0 1001100 10100 1111011 1000010 110000

Color Harmonies of #2ACD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACD31

Black with #2ACD31

Text Example


Text Example

White with #2ACD31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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