Html Css Color HEX #2AC82D Lime Green

📋 copy color: '#2AC82D'

red 42 ◦ green 200 ◦ blue 45

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

Shades of Lime Green #2AC82D

Tints of Lime Green #2AC82D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 69.69%

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 14.63%
G = 69.69%
B = 15.68%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#2AC82D (or 0x2AC82D) is known color: Lime Green. HEX triplet: 2A, C8 and 2D. RGB value is (42,200,45). Sum of RGB (Red+Green+Blue) = 42+200+45=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 200 (78.52% from 255 or 69.69% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AC82D is #D537D2. Grayscale: #878787. Windows color (decimal): -13973459 or 3000362. OLE color: 3000362.

HSL color Cylindrical-coordinate representation of color #2AC82D: hue angle of 121.14º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC82D is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 42 200 45 -
CMYK 0.79 0 0.78 0.22
HSL 121.14º 0.65% 0.47% -
HSV(B) 121.14º 0.79% 0.78% -
XYZ 22.08 41.99 9.42 -
YUV 135.09 77.15 61.6 -
System Red Green Blue C M Y K H S L
Decimal 42 200 45 0.79 0 0.78 0.22 121.14 0.65 0.47
Hex 2A C8 2D 4F 0 4E 16 79 41 2F
Octal 52 310 55 117 0 116 26 171 101 57
Binary 101010 11001000 101101 1001111 0 1001110 10110 1111001 1000001 101111

Color Harmonies of #2AC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC82D

Black with #2AC82D

Text Example


Text Example

White with #2AC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,200,45); }

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

background-color css

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

 a { background-color: rgb(42,200,45); }

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

border-color css

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

 span { border-color: rgb(42,200,45); }

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