#2ABF00

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

Shades of Kelly Green #2ABF00

Tints of Kelly Green #2ABF00

Color information

#2ABF00 (or 0x2ABF00) is unknown color: approx Kelly Green. HEX triplet: 2A, BF and 00. RGB value is (42,191,0). Sum of RGB (Red+Green+Blue) = 42+191+0=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 191 (75% from 255 or 81.97% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF00 is #D540FF. Grayscale: #7D7D7D. Windows color (decimal): -13975808 or 48938. OLE color: 48938.

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

Color convert

RGB421910-
CMYK0.78010.25
HSL106.81º100%37.45%-
HSV(B)106.81º100%74.9%-
XYZ19.5937.756.25-
YUV124.6757.6469.03-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.03%
GREEN value IS 191 (75% from 255) = 81.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.03%
G=81.97%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4219100.78010.25106.8110037.45
Hex2ABF04E064196b6425
Octal52277011601443115314445
Binary1010101011111101001110011001001100111010111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,191,0); }

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

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

 a { background-color: rgb(42,191,0); }

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

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

 span { border-color: rgb(42,191,0); }

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