Html Css Color HEX #2AD53C Lime Green

📋 copy color: '#2AD53C'

red 42 ◦ green 213 ◦ blue 60

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

Shades of Lime Green #2AD53C

Tints of Lime Green #2AD53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 13.33%
G = 67.62%
B = 19.05%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#2AD53C (or 0x2AD53C) is known color: Lime Green. HEX triplet: 2A, D5 and 3C. RGB value is (42,213,60). Sum of RGB (Red+Green+Blue) = 42+213+60=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 213 (83.59% from 255 or 67.62% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD53C is #D52AC3. Grayscale: #909090. Windows color (decimal): -13970116 or 3986730. OLE color: 3986730.

HSL color Cylindrical-coordinate representation of color #2AD53C: hue angle of 126.32º 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 #2AD53C is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 213 60 -
CMYK 0.80 0 0.72 0.16
HSL 126.32º 0.67% 0.5% -
HSV(B) 126.32º 0.8% 0.84% -
XYZ 25.56 48.41 12.27 -
YUV 144.43 80.35 54.94 -
System Red Green Blue C M Y K H S L
Decimal 42 213 60 0.80 0 0.72 0.16 126.32 0.67 0.5
Hex 2A D5 3C 50 0 48 10 7E 43 32
Octal 52 325 74 120 0 110 20 176 103 62
Binary 101010 11010101 111100 1010000 0 1001000 10000 1111110 1000011 110010

Color Harmonies of #2AD53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD53C

Black with #2AD53C

Text Example


Text Example

White with #2AD53C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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