Html Css Color HEX #2AC90D Lime Green

📋 copy color: '#2AC90D'

red 42 ◦ green 201 ◦ blue 13

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

Shades of Lime Green #2AC90D

Tints of Lime Green #2AC90D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 78.52%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 16.41%
G = 78.52%
B = 5.08%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#2AC90D (or 0x2AC90D) is known color: Lime Green. HEX triplet: 2A, C9 and 0D. RGB value is (42,201,13). Sum of RGB (Red+Green+Blue) = 42+201+13=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 201 (78.91% from 255 or 78.52% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC90D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC90D is #D536F2. Grayscale: #848484. Windows color (decimal): -13973235 or 903466. OLE color: 903466.

HSL color Cylindrical-coordinate representation of color #2AC90D: hue angle of 110.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AC90D is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 42 201 13 -
CMYK 0.79 0 0.94 0.21
HSL 110.74º 0.88% 0.42% -
HSV(B) 110.74º 0.94% 0.79% -
XYZ 21.91 42.29 7.39 -
YUV 132.03 60.82 63.79 -
System Red Green Blue C M Y K H S L
Decimal 42 201 13 0.79 0 0.94 0.21 110.74 0.88 0.42
Hex 2A C9 D 4F 0 5E 15 6F 58 2A
Octal 52 311 15 117 0 136 25 157 130 52
Binary 101010 11001001 1101 1001111 0 1011110 10101 1101111 1011000 101010

Color Harmonies of #2AC90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC90D

Black with #2AC90D

Text Example


Text Example

White with #2AC90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,201,13); }

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

background-color css

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

 a { background-color: rgb(42,201,13); }

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

border-color css

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

 span { border-color: rgb(42,201,13); }

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