Html Css Color HEX #2AEC41 Lime Green

📋 copy color: '#2AEC41'

red 42 ◦ green 236 ◦ blue 65

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

Shades of Lime Green #2AEC41

Tints of Lime Green #2AEC41

RGB

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

 GREEN value IS 236 (92.58% from 255) = 68.8%

 BLUE value IS 65 (25.78% from 255) = 18.95%

R = 12.24%
G = 68.8%
B = 18.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#2AEC41 (or 0x2AEC41) is known color: Lime Green. HEX triplet: 2A, EC and 41. RGB value is (42,236,65). Sum of RGB (Red+Green+Blue) = 42+236+65=343 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.24% from 343); Green value is 236 (92.58% from 255 or 68.80% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 236 - color contains mainly: green. Hex color #2AEC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEC41 is #D513BE. Grayscale: #9E9E9E. Windows color (decimal): -13964223 or 4320298. OLE color: 4320298.

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

Color convert

RGB 42 236 65 -
CMYK 0.82 0 0.72 0.07
HSL 127.11º 0.84% 0.55% -
HSV(B) 127.11º 0.82% 0.93% -
XYZ 31.9 60.86 15.07 -
YUV 158.5 75.23 44.9 -
System Red Green Blue C M Y K H S L
Decimal 42 236 65 0.82 0 0.72 0.07 127.11 0.84 0.55
Hex 2A EC 41 52 0 48 7 7F 54 37
Octal 52 354 101 122 0 110 7 177 124 67
Binary 101010 11101100 1000001 1010010 0 1001000 111 1111111 1010100 110111

Color Harmonies of #2AEC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AEC41

Black with #2AEC41

Text Example


Text Example

White with #2AEC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,236,65); }

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

background-color css

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

 a { background-color: rgb(42,236,65); }

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

border-color css

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

 span { border-color: rgb(42,236,65); }

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