#2ABE06

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

Shades of Kelly Green #2ABE06

Tints of Kelly Green #2ABE06

Color information

#2ABE06 (or 0x2ABE06) is unknown color: approx Kelly Green. HEX triplet: 2A, BE and 06. RGB value is (42,190,6). Sum of RGB (Red+Green+Blue) = 42+190+6=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 190 (74.61% from 255 or 79.83% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE06 is #D541F9. Grayscale: #7D7D7D. Windows color (decimal): -13976058 or 441898. OLE color: 441898.

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

Color convert

RGB421906-
CMYK0.7800.970.25
HSL108.26º93.88%38.43%-
HSV(B)108.26º96.84%74.51%-
XYZ19.437.336.36-
YUV124.7760.9768.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.65%
GREEN value IS 190 (74.61% from 255) = 79.83%
BLUE value IS 6 (2.73% from 255) = 2.52%
R=17.65%
G=79.83%
B=2.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4219060.7800.970.25108.2693.8838.43
Hex2ABE64E061196c5e26
Octal52276611601413115413646
Binary101010101111101101001110011000011100111011001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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