Html Css Color HEX #2AD54B Lime Green

📋 copy color: '#2AD54B'

red 42 ◦ green 213 ◦ blue 75

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

Shades of Lime Green #2AD54B

Tints of Lime Green #2AD54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 64.55%

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 12.73%
G = 64.55%
B = 22.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#2AD54B (or 0x2AD54B) is known color: Lime Green. HEX triplet: 2A, D5 and 4B. RGB value is (42,213,75). Sum of RGB (Red+Green+Blue) = 42+213+75=330 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.73% from 330); Green value is 213 (83.59% from 255 or 64.55% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD54B is #D52AB4. Grayscale: #929292. Windows color (decimal): -13970101 or 4969770. OLE color: 4969770.

HSL color Cylindrical-coordinate representation of color #2AD54B: hue angle of 131.58º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD54B is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 213 75 -
CMYK 0.80 0 0.65 0.16
HSL 131.58º 0.67% 0.5% -
HSV(B) 131.58º 0.8% 0.84% -
XYZ 26.02 48.59 14.66 -
YUV 146.14 87.85 53.72 -
System Red Green Blue C M Y K H S L
Decimal 42 213 75 0.80 0 0.65 0.16 131.58 0.67 0.5
Hex 2A D5 4B 50 0 41 10 84 43 32
Octal 52 325 113 120 0 101 20 204 103 62
Binary 101010 11010101 1001011 1010000 0 1000001 10000 10000100 1000011 110010

Color Harmonies of #2AD54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD54B

Black with #2AD54B

Text Example


Text Example

White with #2AD54B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,213,75); }

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

background-color css

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

 a { background-color: rgb(42,213,75); }

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

border-color css

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

 span { border-color: rgb(42,213,75); }

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