Html Css Color HEX #2ABB06 Kelly Green

📋 copy color: '#2ABB06'

red 42 ◦ green 187 ◦ blue 6

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

Shades of Kelly Green #2ABB06

Tints of Kelly Green #2ABB06

RGB

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

 GREEN value IS 187 (73.44% from 255) = 79.57%

 BLUE value IS 6 (2.73% from 255) = 2.55%

R = 17.87%
G = 79.57%
B = 2.55%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#2ABB06 (or 0x2ABB06) is known color: Kelly Green. HEX triplet: 2A, BB and 06. RGB value is (42,187,6). Sum of RGB (Red+Green+Blue) = 42+187+6=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 187 (73.44% from 255 or 79.57% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABB06 is #D544F9. Grayscale: #7B7B7B. Windows color (decimal): -13976826 or 441130. OLE color: 441130.

HSL color Cylindrical-coordinate representation of color #2ABB06: hue angle of 108.07º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2ABB06 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 187 6 -
CMYK 0.78 0 0.97 0.27
HSL 108.07º 0.94% 0.38% -
HSV(B) 108.07º 0.97% 0.73% -
XYZ 18.76 36.05 6.14 -
YUV 123.01 61.96 70.22 -
System Red Green Blue C M Y K H S L
Decimal 42 187 6 0.78 0 0.97 0.27 108.07 0.94 0.38
Hex 2A BB 6 4E 0 61 1B 6C 5E 26
Octal 52 273 6 116 0 141 33 154 136 46
Binary 101010 10111011 110 1001110 0 1100001 11011 1101100 1011110 100110

Color Harmonies of #2ABB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB06

Black with #2ABB06

Text Example


Text Example

White with #2ABB06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,187,6); }

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

background-color css

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

 a { background-color: rgb(42,187,6); }

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

border-color css

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

 span { border-color: rgb(42,187,6); }

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