Html Css Color HEX #2AC701 Kelly Green

📋 copy color: '#2AC701'

red 42 ◦ green 199 ◦ blue 1

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

Shades of Kelly Green #2AC701

Tints of Kelly Green #2AC701

RGB

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

 GREEN value IS 199 (78.13% from 255) = 82.23%

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

R = 17.36%
G = 82.23%
B = 0.41%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#2AC701 (or 0x2AC701) is known color: Kelly Green. HEX triplet: 2A, C7 and 01. RGB value is (42,199,1). Sum of RGB (Red+Green+Blue) = 42+199+1=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 199 (78.12% from 255 or 82.23% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 199 - color contains mainly: green. Hex color #2AC701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC701 is #D538FE. Grayscale: #828282. Windows color (decimal): -13973759 or 116522. OLE color: 116522.

HSL color Cylindrical-coordinate representation of color #2AC701: hue angle of 107.58º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AC701 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 42 199 1 -
CMYK 0.79 0 0.99 0.22
HSL 107.58º 0.99% 0.39% -
HSV(B) 107.58º 0.99% 0.78% -
XYZ 21.38 41.34 6.88 -
YUV 129.49 55.49 65.6 -
System Red Green Blue C M Y K H S L
Decimal 42 199 1 0.79 0 0.99 0.22 107.58 0.99 0.39
Hex 2A C7 1 4F 0 63 16 6C 63 27
Octal 52 307 1 117 0 143 26 154 143 47
Binary 101010 11000111 1 1001111 0 1100011 10110 1101100 1100011 100111

Color Harmonies of #2AC701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC701

Black with #2AC701

Text Example


Text Example

White with #2AC701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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