#2ABE0B

Color #2ABE0B Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #2ABE0B

Tints of Kelly Green #2ABE0B

Color information

#2ABE0B (or 0x2ABE0B) is unknown color: approx Kelly Green. HEX triplet: 2A, BE and 0B. RGB value is (42,190,11). Sum of RGB (Red+Green+Blue) = 42+190+11=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 190 (74.61% from 255 or 78.19% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE0B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE0B is #D541F4. Grayscale: #7D7D7D. Windows color (decimal): -13976053 or 769578. OLE color: 769578.

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

Color convert

RGB4219011-
CMYK0.7800.940.25
HSL109.61º89.05%39.41%-
HSV(B)109.61º94.21%74.51%-
XYZ19.4337.346.5-
YUV125.3463.4768.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.28%
GREEN value IS 190 (74.61% from 255) = 78.19%
BLUE value IS 11 (4.69% from 255) = 4.53%
R=17.28%
G=78.19%
B=4.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal42190110.7800.940.25109.6189.0539.41
Hex2ABEB4E05E196e5927
Octal522761311601363115613147
Binary1010101011111010111001110010111101100111011101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ABE0B;
 }
 .AnyTagClassName
 {
   color: #2ABE0B;
 }
</style>
background-color css

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

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

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

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

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

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