Html Css Color HEX #2AD509 Lime Green

📋 copy color: '#2AD509'

red 42 ◦ green 213 ◦ blue 9

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

Shades of Lime Green #2AD509

Tints of Lime Green #2AD509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.41%

R = 15.91%
G = 80.68%
B = 3.41%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#2AD509 (or 0x2AD509) is known color: Lime Green. HEX triplet: 2A, D5 and 09. RGB value is (42,213,9). Sum of RGB (Red+Green+Blue) = 42+213+9=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 213 (83.59% from 255 or 80.68% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD509 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD509 is #D52AF6. Grayscale: #8B8B8B. Windows color (decimal): -13970167 or 644394. OLE color: 644394.

HSL color Cylindrical-coordinate representation of color #2AD509: hue angle of 110.29º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AD509 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 213 9 -
CMYK 0.80 0 0.96 0.16
HSL 110.29º 0.92% 0.44% -
HSV(B) 110.29º 0.96% 0.84% -
XYZ 24.8 48.1 8.24 -
YUV 138.62 54.85 59.09 -
System Red Green Blue C M Y K H S L
Decimal 42 213 9 0.80 0 0.96 0.16 110.29 0.92 0.44
Hex 2A D5 9 50 0 60 10 6E 5C 2C
Octal 52 325 11 120 0 140 20 156 134 54
Binary 101010 11010101 1001 1010000 0 1100000 10000 1101110 1011100 101100

Color Harmonies of #2AD509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD509

Black with #2AD509

Text Example


Text Example

White with #2AD509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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