Html Css Color HEX #2ABC08 Kelly Green

📋 copy color: '#2ABC08'

red 42 ◦ green 188 ◦ blue 8

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

Shades of Kelly Green #2ABC08

Tints of Kelly Green #2ABC08

RGB

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

 GREEN value IS 188 (73.83% from 255) = 78.99%

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

R = 17.65%
G = 78.99%
B = 3.36%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#2ABC08 (or 0x2ABC08) is known color: Kelly Green. HEX triplet: 2A, BC and 08. RGB value is (42,188,8). Sum of RGB (Red+Green+Blue) = 42+188+8=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 188 (73.83% from 255 or 78.99% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABC08 is #D543F7. Grayscale: #7C7C7C. Windows color (decimal): -13976568 or 572458. OLE color: 572458.

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

Color convert

RGB 42 188 8 -
CMYK 0.78 0 0.96 0.26
HSL 108.67º 0.92% 0.38% -
HSV(B) 108.67º 0.96% 0.74% -
XYZ 18.98 36.48 6.27 -
YUV 123.83 62.63 69.64 -
System Red Green Blue C M Y K H S L
Decimal 42 188 8 0.78 0 0.96 0.26 108.67 0.92 0.38
Hex 2A BC 8 4E 0 60 1A 6D 5C 26
Octal 52 274 10 116 0 140 32 155 134 46
Binary 101010 10111100 1000 1001110 0 1100000 11010 1101101 1011100 100110

Color Harmonies of #2ABC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABC08

Black with #2ABC08

Text Example


Text Example

White with #2ABC08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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