Html Css Color HEX #2AE83D Lime Green

📋 copy color: '#2AE83D'

red 42 ◦ green 232 ◦ blue 61

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

Shades of Lime Green #2AE83D

Tints of Lime Green #2AE83D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 69.25%

 BLUE value IS 61 (24.22% from 255) = 18.21%

R = 12.54%
G = 69.25%
B = 18.21%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#2AE83D (or 0x2AE83D) is known color: Lime Green. HEX triplet: 2A, E8 and 3D. RGB value is (42,232,61). Sum of RGB (Red+Green+Blue) = 42+232+61=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 232 (91.02% from 255 or 69.25% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 232 - color contains mainly: green. Hex color #2AE83D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE83D is #D517C2. Grayscale: #9C9C9C. Windows color (decimal): -13965251 or 4057130. OLE color: 4057130.

HSL color Cylindrical-coordinate representation of color #2AE83D: hue angle of 126º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AE83D is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 42 232 61 -
CMYK 0.82 0 0.74 0.09
HSL 126º 0.81% 0.54% -
HSV(B) 126º 0.82% 0.91% -
XYZ 30.65 58.54 14.1 -
YUV 155.7 74.55 46.9 -
System Red Green Blue C M Y K H S L
Decimal 42 232 61 0.82 0 0.74 0.09 126 0.81 0.54
Hex 2A E8 3D 52 0 4A 9 7E 51 36
Octal 52 350 75 122 0 112 11 176 121 66
Binary 101010 11101000 111101 1010010 0 1001010 1001 1111110 1010001 110110

Color Harmonies of #2AE83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE83D

Black with #2AE83D

Text Example


Text Example

White with #2AE83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,232,61); }

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

background-color css

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

 a { background-color: rgb(42,232,61); }

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

border-color css

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

 span { border-color: rgb(42,232,61); }

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