Html Css Color HEX #2AED2D Lime Green

📋 copy color: '#2AED2D'

red 42 ◦ green 237 ◦ blue 45

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

Shades of Lime Green #2AED2D

Tints of Lime Green #2AED2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 12.96%
G = 73.15%
B = 13.89%

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

#2AED2D (or 0x2AED2D) is known color: Lime Green. HEX triplet: 2A, ED and 2D. RGB value is (42,237,45). Sum of RGB (Red+Green+Blue) = 42+237+45=324 (42% of max value = 765). Red value is 42 (16.80% from 255 or 12.96% from 324); Green value is 237 (92.97% from 255 or 73.15% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 237 - color contains mainly: green. Hex color #2AED2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AED2D is #D512D2. Grayscale: #9D9D9D. Windows color (decimal): -13963987 or 3009834. OLE color: 3009834.

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

Color convert

RGB 42 237 45 -
CMYK 0.82 0 0.81 0.07
HSL 120.92º 0.84% 0.55% -
HSV(B) 120.92º 0.82% 0.93% -
XYZ 31.71 61.25 12.63 -
YUV 156.81 64.9 46.11 -
System Red Green Blue C M Y K H S L
Decimal 42 237 45 0.82 0 0.81 0.07 120.92 0.84 0.55
Hex 2A ED 2D 52 0 51 7 79 54 37
Octal 52 355 55 122 0 121 7 171 124 67
Binary 101010 11101101 101101 1010010 0 1010001 111 1111001 1010100 110111

Color Harmonies of #2AED2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AED2D

Black with #2AED2D

Text Example


Text Example

White with #2AED2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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