Html Css Color HEX #2AB208 Kelly Green

📋 copy color: '#2AB208'

red 42 ◦ green 178 ◦ blue 8

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

Shades of Kelly Green #2AB208

Tints of Kelly Green #2AB208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.51%

R = 18.42%
G = 78.07%
B = 3.51%

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

#2AB208 (or 0x2AB208) is known color: Kelly Green. HEX triplet: 2A, B2 and 08. RGB value is (42,178,8). Sum of RGB (Red+Green+Blue) = 42+178+8=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 178 (69.92% from 255 or 78.07% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB208 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB208 is #D54DF7. Grayscale: #767676. Windows color (decimal): -13979128 or 569898. OLE color: 569898.

HSL color Cylindrical-coordinate representation of color #2AB208: hue angle of 108º degrees, saturation: 0.91, 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 #2AB208 is Cyan = 0.76, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 178 8 -
CMYK 0.76 0 0.96 0.30
HSL 108º 0.91% 0.36% -
HSV(B) 108º 0.96% 0.7% -
XYZ 16.92 32.35 5.58 -
YUV 117.96 65.94 73.82 -
System Red Green Blue C M Y K H S L
Decimal 42 178 8 0.76 0 0.96 0.30 108 0.91 0.36
Hex 2A B2 8 4C 0 60 1E 6C 5B 24
Octal 52 262 10 114 0 140 36 154 133 44
Binary 101010 10110010 1000 1001100 0 1100000 11110 1101100 1011011 100100

Color Harmonies of #2AB208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB208

Black with #2AB208

Text Example


Text Example

White with #2AB208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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