Html Css Color HEX #2AB207 Kelly Green

📋 copy color: '#2AB207'

red 42 ◦ green 178 ◦ blue 7

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

Shades of Kelly Green #2AB207

Tints of Kelly Green #2AB207

RGB

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

 GREEN value IS 178 (69.92% from 255) = 78.41%

 BLUE value IS 7 (3.13% from 255) = 3.08%

R = 18.5%
G = 78.41%
B = 3.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#2AB207 (or 0x2AB207) is known color: Kelly Green. HEX triplet: 2A, B2 and 07. RGB value is (42,178,7). Sum of RGB (Red+Green+Blue) = 42+178+7=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB207 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB207 is #D54DF8. Grayscale: #767676. Windows color (decimal): -13979129 or 504362. OLE color: 504362.

HSL color Cylindrical-coordinate representation of color #2AB207: hue angle of 107.72º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AB207 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 7 -
CMYK 0.76 0 0.96 0.30
HSL 107.72º 0.92% 0.36% -
HSV(B) 107.72º 0.96% 0.7% -
XYZ 16.91 32.35 5.55 -
YUV 117.84 65.44 73.9 -
System Red Green Blue C M Y K H S L
Decimal 42 178 7 0.76 0 0.96 0.30 107.72 0.92 0.36
Hex 2A B2 7 4C 0 60 1E 6C 5C 24
Octal 52 262 7 114 0 140 36 154 134 44
Binary 101010 10110010 111 1001100 0 1100000 11110 1101100 1011100 100100

Color Harmonies of #2AB207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB207

Black with #2AB207

Text Example


Text Example

White with #2AB207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,178,7); }

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

background-color css

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

 a { background-color: rgb(42,178,7); }

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

border-color css

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

 span { border-color: rgb(42,178,7); }

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