Html Css Color HEX #2ABB08 Kelly Green

📋 copy color: '#2ABB08'

red 42 ◦ green 187 ◦ blue 8

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

Shades of Kelly Green #2ABB08

Tints of Kelly Green #2ABB08

RGB

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

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

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

R = 17.72%
G = 78.9%
B = 3.38%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#2ABB08 (or 0x2ABB08) is known color: Kelly Green. HEX triplet: 2A, BB and 08. RGB value is (42,187,8). Sum of RGB (Red+Green+Blue) = 42+187+8=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 187 (73.44% from 255 or 78.90% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABB08 is #D544F7. Grayscale: #7B7B7B. Windows color (decimal): -13976824 or 572202. OLE color: 572202.

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

Color convert

RGB 42 187 8 -
CMYK 0.78 0 0.96 0.27
HSL 108.6º 0.92% 0.38% -
HSV(B) 108.6º 0.96% 0.73% -
XYZ 18.77 36.05 6.2 -
YUV 123.24 62.96 70.05 -
System Red Green Blue C M Y K H S L
Decimal 42 187 8 0.78 0 0.96 0.27 108.6 0.92 0.38
Hex 2A BB 8 4E 0 60 1B 6D 5C 26
Octal 52 273 10 116 0 140 33 155 134 46
Binary 101010 10111011 1000 1001110 0 1100000 11011 1101101 1011100 100110

Color Harmonies of #2ABB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABB08

Black with #2ABB08

Text Example


Text Example

White with #2ABB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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