Html Css Color HEX #2AD63B Lime Green

📋 copy color: '#2AD63B'

red 42 ◦ green 214 ◦ blue 59

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

Shades of Lime Green #2AD63B

Tints of Lime Green #2AD63B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.94%

 BLUE value IS 59 (23.44% from 255) = 18.73%

R = 13.33%
G = 67.94%
B = 18.73%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#2AD63B (or 0x2AD63B) is known color: Lime Green. HEX triplet: 2A, D6 and 3B. RGB value is (42,214,59). Sum of RGB (Red+Green+Blue) = 42+214+59=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 214 (83.98% from 255 or 67.94% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD63B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD63B is #D529C4. Grayscale: #919191. Windows color (decimal): -13969861 or 3921450. OLE color: 3921450.

HSL color Cylindrical-coordinate representation of color #2AD63B: hue angle of 125.93º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD63B is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 214 59 -
CMYK 0.80 0 0.72 0.16
HSL 125.93º 0.68% 0.5% -
HSV(B) 125.93º 0.8% 0.84% -
XYZ 25.79 48.9 12.22 -
YUV 144.9 79.52 54.6 -
System Red Green Blue C M Y K H S L
Decimal 42 214 59 0.80 0 0.72 0.16 125.93 0.68 0.5
Hex 2A D6 3B 50 0 48 10 7E 44 32
Octal 52 326 73 120 0 110 20 176 104 62
Binary 101010 11010110 111011 1010000 0 1001000 10000 1111110 1000100 110010

Color Harmonies of #2AD63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD63B

Black with #2AD63B

Text Example


Text Example

White with #2AD63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,214,59); }

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

background-color css

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

 a { background-color: rgb(42,214,59); }

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

border-color css

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

 span { border-color: rgb(42,214,59); }

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