Html Css Color HEX #2AD101 Kelly Green

📋 copy color: '#2AD101'

red 42 ◦ green 209 ◦ blue 1

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

Shades of Kelly Green #2AD101

Tints of Kelly Green #2AD101

RGB

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

 GREEN value IS 209 (82.03% from 255) = 82.94%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 16.67%
G = 82.94%
B = 0.4%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#2AD101 (or 0x2AD101) is known color: Kelly Green. HEX triplet: 2A, D1 and 01. RGB value is (42,209,1). Sum of RGB (Red+Green+Blue) = 42+209+1=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 209 (82.03% from 255 or 82.94% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD101 is #D52EFE. Grayscale: #888888. Windows color (decimal): -13971199 or 119082. OLE color: 119082.

HSL color Cylindrical-coordinate representation of color #2AD101: hue angle of 108.17º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2AD101 is Cyan = 0.80, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 209 1 -
CMYK 0.80 0 1.00 0.18
HSL 108.17º 0.99% 0.41% -
HSV(B) 108.17º 1% 0.82% -
XYZ 23.76 46.1 7.67 -
YUV 135.36 52.17 61.41 -
System Red Green Blue C M Y K H S L
Decimal 42 209 1 0.80 0 1.00 0.18 108.17 0.99 0.41
Hex 2A D1 1 50 0 64 12 6C 63 29
Octal 52 321 1 120 0 144 22 154 143 51
Binary 101010 11010001 1 1010000 0 1100100 10010 1101100 1100011 101001

Color Harmonies of #2AD101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD101

Black with #2AD101

Text Example


Text Example

White with #2AD101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,209,1); }

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

background-color css

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

 a { background-color: rgb(42,209,1); }

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

border-color css

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

 span { border-color: rgb(42,209,1); }

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