Html Css Color HEX #2ABE08 Kelly Green

📋 copy color: '#2ABE08'

red 42 ◦ green 190 ◦ blue 8

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

Shades of Kelly Green #2ABE08

Tints of Kelly Green #2ABE08

RGB

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

 GREEN value IS 190 (74.61% from 255) = 79.17%

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

R = 17.5%
G = 79.17%
B = 3.33%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#2ABE08 (or 0x2ABE08) is known color: Kelly Green. HEX triplet: 2A, BE and 08. RGB value is (42,190,8). Sum of RGB (Red+Green+Blue) = 42+190+8=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 190 (74.61% from 255 or 79.17% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE08 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE08 is #D541F7. Grayscale: #7D7D7D. Windows color (decimal): -13976056 or 572970. OLE color: 572970.

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

Color convert

RGB 42 190 8 -
CMYK 0.78 0 0.96 0.25
HSL 108.79º 0.92% 0.39% -
HSV(B) 108.79º 0.96% 0.75% -
XYZ 19.41 37.34 6.41 -
YUV 125 61.97 68.8 -
System Red Green Blue C M Y K H S L
Decimal 42 190 8 0.78 0 0.96 0.25 108.79 0.92 0.39
Hex 2A BE 8 4E 0 60 19 6D 5C 27
Octal 52 276 10 116 0 140 31 155 134 47
Binary 101010 10111110 1000 1001110 0 1100000 11001 1101101 1011100 100111

Color Harmonies of #2ABE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ABE08

Black with #2ABE08

Text Example


Text Example

White with #2ABE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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