Html Css Color HEX #2AE623 Lime Green

📋 copy color: '#2AE623'

red 42 ◦ green 230 ◦ blue 35

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

Shades of Lime Green #2AE623

Tints of Lime Green #2AE623

RGB

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

 GREEN value IS 230 (90.23% from 255) = 74.92%

 BLUE value IS 35 (14.06% from 255) = 11.4%

R = 13.68%
G = 74.92%
B = 11.4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#2AE623 (or 0x2AE623) is known color: Lime Green. HEX triplet: 2A, E6 and 23. RGB value is (42,230,35). Sum of RGB (Red+Green+Blue) = 42+230+35=307 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.68% from 307); Green value is 230 (90.23% from 255 or 74.92% from 307); Blue value is 35 (14.06% from 255 or 11.40% from 307); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE623 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE623 is #D519DC. Grayscale: #989898. Windows color (decimal): -13965789 or 2352682. OLE color: 2352682.

HSL color Cylindrical-coordinate representation of color #2AE623: hue angle of 117.85º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2AE623 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 42 230 35 -
CMYK 0.82 0 0.85 0.10
HSL 117.85º 0.8% 0.52% -
HSV(B) 117.85º 0.85% 0.9% -
XYZ 29.56 57.21 11.07 -
YUV 151.56 62.22 49.86 -
System Red Green Blue C M Y K H S L
Decimal 42 230 35 0.82 0 0.85 0.10 117.85 0.8 0.52
Hex 2A E6 23 52 0 55 A 76 50 34
Octal 52 346 43 122 0 125 12 166 120 64
Binary 101010 11100110 100011 1010010 0 1010101 1010 1110110 1010000 110100

Color Harmonies of #2AE623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE623

Black with #2AE623

Text Example


Text Example

White with #2AE623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,230,35); }

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

background-color css

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

 a { background-color: rgb(42,230,35); }

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

border-color css

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

 span { border-color: rgb(42,230,35); }

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