Html Css Color HEX #2AED3A Lime Green

📋 copy color: '#2AED3A'

red 42 ◦ green 237 ◦ blue 58

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

Shades of Lime Green #2AED3A

Tints of Lime Green #2AED3A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 70.33%

 BLUE value IS 58 (23.05% from 255) = 17.21%

R = 12.46%
G = 70.33%
B = 17.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#2AED3A (or 0x2AED3A) is known color: Lime Green. HEX triplet: 2A, ED and 3A. RGB value is (42,237,58). Sum of RGB (Red+Green+Blue) = 42+237+58=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 237 (92.97% from 255 or 70.33% from 337); Blue value is 58 (23.05% from 255 or 17.21% from 337); Max value from RGB is 237 - color contains mainly: green. Hex color #2AED3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AED3A is #D512C5. Grayscale: #9E9E9E. Windows color (decimal): -13963974 or 3861802. OLE color: 3861802.

HSL color Cylindrical-coordinate representation of color #2AED3A: hue angle of 124.92º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AED3A is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 237 58 -
CMYK 0.82 0 0.76 0.07
HSL 124.92º 0.84% 0.55% -
HSV(B) 124.92º 0.82% 0.93% -
XYZ 32 61.37 14.16 -
YUV 158.29 71.4 45.05 -
System Red Green Blue C M Y K H S L
Decimal 42 237 58 0.82 0 0.76 0.07 124.92 0.84 0.55
Hex 2A ED 3A 52 0 4C 7 7D 54 37
Octal 52 355 72 122 0 114 7 175 124 67
Binary 101010 11101101 111010 1010010 0 1001100 111 1111101 1010100 110111

Color Harmonies of #2AED3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AED3A

Black with #2AED3A

Text Example


Text Example

White with #2AED3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,237,58); }

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

background-color css

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

 a { background-color: rgb(42,237,58); }

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

border-color css

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

 span { border-color: rgb(42,237,58); }

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