Html Css Color HEX #2AD31C Lime Green

📋 copy color: '#2AD31C'

red 42 ◦ green 211 ◦ blue 28

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

Shades of Lime Green #2AD31C

Tints of Lime Green #2AD31C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 75.09%

 BLUE value IS 28 (11.33% from 255) = 9.96%

R = 14.95%
G = 75.09%
B = 9.96%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#2AD31C (or 0x2AD31C) is known color: Lime Green. HEX triplet: 2A, D3 and 1C. RGB value is (42,211,28). Sum of RGB (Red+Green+Blue) = 42+211+28=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 211 (82.81% from 255 or 75.09% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 211 - color contains mainly: green. Hex color #2AD31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD31C is #D52CE3. Grayscale: #8C8C8C. Windows color (decimal): -13970660 or 1889066. OLE color: 1889066.

HSL color Cylindrical-coordinate representation of color #2AD31C: hue angle of 115.41º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AD31C is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 42 211 28 -
CMYK 0.80 0 0.87 0.17
HSL 115.41º 0.77% 0.47% -
HSV(B) 115.41º 0.87% 0.83% -
XYZ 24.46 47.16 8.91 -
YUV 139.61 65.01 58.38 -
System Red Green Blue C M Y K H S L
Decimal 42 211 28 0.80 0 0.87 0.17 115.41 0.77 0.47
Hex 2A D3 1C 50 0 57 11 73 4D 2F
Octal 52 323 34 120 0 127 21 163 115 57
Binary 101010 11010011 11100 1010000 0 1010111 10001 1110011 1001101 101111

Color Harmonies of #2AD31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD31C

Black with #2AD31C

Text Example


Text Example

White with #2AD31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,211,28); }

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

background-color css

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

 a { background-color: rgb(42,211,28); }

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

border-color css

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

 span { border-color: rgb(42,211,28); }

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