Html Css Color HEX #2AD82F Lime Green

📋 copy color: '#2AD82F'

red 42 ◦ green 216 ◦ blue 47

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

Shades of Lime Green #2AD82F

Tints of Lime Green #2AD82F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 70.82%

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 13.77%
G = 70.82%
B = 15.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#2AD82F (or 0x2AD82F) is known color: Lime Green. HEX triplet: 2A, D8 and 2F. RGB value is (42,216,47). Sum of RGB (Red+Green+Blue) = 42+216+47=305 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.77% from 305); Green value is 216 (84.77% from 255 or 70.82% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD82F is #D527D0. Grayscale: #919191. Windows color (decimal): -13969361 or 3135530. OLE color: 3135530.

HSL color Cylindrical-coordinate representation of color #2AD82F: hue angle of 121.72º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD82F is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 216 47 -
CMYK 0.81 0 0.78 0.15
HSL 121.72º 0.69% 0.51% -
HSV(B) 121.72º 0.81% 0.85% -
XYZ 26.02 49.81 10.93 -
YUV 144.71 72.85 54.74 -
System Red Green Blue C M Y K H S L
Decimal 42 216 47 0.81 0 0.78 0.15 121.72 0.69 0.51
Hex 2A D8 2F 51 0 4E F 7A 45 33
Octal 52 330 57 121 0 116 17 172 105 63
Binary 101010 11011000 101111 1010001 0 1001110 1111 1111010 1000101 110011

Color Harmonies of #2AD82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD82F

Black with #2AD82F

Text Example


Text Example

White with #2AD82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,216,47); }

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

background-color css

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

 a { background-color: rgb(42,216,47); }

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

border-color css

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

 span { border-color: rgb(42,216,47); }

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