Html Css Color HEX #2AED2E Lime Green

📋 copy color: '#2AED2E'

red 42 ◦ green 237 ◦ blue 46

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

Shades of Lime Green #2AED2E

Tints of Lime Green #2AED2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 12.92%
G = 72.92%
B = 14.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#2AED2E (or 0x2AED2E) is known color: Lime Green. HEX triplet: 2A, ED and 2E. RGB value is (42,237,46). Sum of RGB (Red+Green+Blue) = 42+237+46=325 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.92% from 325); Green value is 237 (92.97% from 255 or 72.92% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 237 - color contains mainly: green. Hex color #2AED2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AED2E is #D512D1. Grayscale: #9D9D9D. Windows color (decimal): -13963986 or 3075370. OLE color: 3075370.

HSL color Cylindrical-coordinate representation of color #2AED2E: hue angle of 121.23º 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 #2AED2E is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 42 237 46 -
CMYK 0.82 0 0.81 0.07
HSL 121.23º 0.84% 0.55% -
HSV(B) 121.23º 0.82% 0.93% -
XYZ 31.73 61.26 12.74 -
YUV 156.92 65.4 46.03 -
System Red Green Blue C M Y K H S L
Decimal 42 237 46 0.82 0 0.81 0.07 121.23 0.84 0.55
Hex 2A ED 2E 52 0 51 7 79 54 37
Octal 52 355 56 122 0 121 7 171 124 67
Binary 101010 11101101 101110 1010010 0 1010001 111 1111001 1010100 110111

Color Harmonies of #2AED2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AED2E

Black with #2AED2E

Text Example


Text Example

White with #2AED2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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