Html Css Color HEX #2AE63D Lime Green

📋 copy color: '#2AE63D'

red 42 ◦ green 230 ◦ blue 61

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

Shades of Lime Green #2AE63D

Tints of Lime Green #2AE63D

RGB

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

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

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

R = 12.61%
G = 69.07%
B = 18.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#2AE63D (or 0x2AE63D) is known color: Lime Green. HEX triplet: 2A, E6 and 3D. RGB value is (42,230,61). Sum of RGB (Red+Green+Blue) = 42+230+61=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 230 (90.23% from 255 or 69.07% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 230 - color contains mainly: green. Hex color #2AE63D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AE63D is #D519C2. Grayscale: #9B9B9B. Windows color (decimal): -13965763 or 4056618. OLE color: 4056618.

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

Color convert

RGB 42 230 61 -
CMYK 0.82 0 0.73 0.10
HSL 126.06º 0.79% 0.53% -
HSV(B) 126.06º 0.82% 0.9% -
XYZ 30.09 57.42 13.91 -
YUV 154.52 75.22 47.74 -
System Red Green Blue C M Y K H S L
Decimal 42 230 61 0.82 0 0.73 0.10 126.06 0.79 0.53
Hex 2A E6 3D 52 0 49 A 7E 4F 35
Octal 52 346 75 122 0 111 12 176 117 65
Binary 101010 11100110 111101 1010010 0 1001001 1010 1111110 1001111 110101

Color Harmonies of #2AE63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AE63D

Black with #2AE63D

Text Example


Text Example

White with #2AE63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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