Html Css Color HEX #2AE628 Lime Green

📋 copy color: '#2AE628'

red 42 ◦ green 230 ◦ blue 40

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

Shades of Lime Green #2AE628

Tints of Lime Green #2AE628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.82%

R = 13.46%
G = 73.72%
B = 12.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#2AE628 (or 0x2AE628) is known color: Lime Green. HEX triplet: 2A, E6 and 28. RGB value is (42,230,40). Sum of RGB (Red+Green+Blue) = 42+230+40=312 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.46% from 312); Green value is 230 (90.23% from 255 or 73.72% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE628 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE628 is #D519D7. Grayscale: #989898. Windows color (decimal): -13965784 or 2680362. OLE color: 2680362.

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

Color convert

RGB 42 230 40 -
CMYK 0.82 0 0.83 0.10
HSL 119.37º 0.79% 0.53% -
HSV(B) 119.37º 0.83% 0.9% -
XYZ 29.63 57.24 11.49 -
YUV 152.13 64.72 49.45 -
System Red Green Blue C M Y K H S L
Decimal 42 230 40 0.82 0 0.83 0.10 119.37 0.79 0.53
Hex 2A E6 28 52 0 53 A 77 4F 35
Octal 52 346 50 122 0 123 12 167 117 65
Binary 101010 11100110 101000 1010010 0 1010011 1010 1110111 1001111 110101

Color Harmonies of #2AE628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE628

Black with #2AE628

Text Example


Text Example

White with #2AE628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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