#2BAB04

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

Shades of Kelly Green #2BAB04

Tints of Kelly Green #2BAB04

Color information

#2BAB04 (or 0x2BAB04) is unknown color: approx Kelly Green. HEX triplet: 2B, AB and 04. RGB value is (43,171,4). Sum of RGB (Red+Green+Blue) = 43+171+4=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 171 (67.19% from 255 or 78.44% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2BAB04 is #D454FB. Grayscale: #727272. Windows color (decimal): -13915388 or 305963. OLE color: 305963.

HSL color Cylindrical-coordinate representation of color #2BAB04: hue angle of 105.99º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2BAB04 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB431714-
CMYK0.7500.980.33
HSL105.99º95.43%34.31%-
HSV(B)105.99º97.66%67.06%-
XYZ15.5829.655.02-
YUV113.6966.0977.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.72%
GREEN value IS 171 (67.19% from 255) = 78.44%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=19.72%
G=78.44%
B=1.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4317140.7500.980.33105.9995.4334.31
Hex2BAB44B062216a5f22
Octal53253411301424115213742
Binary1010111010101110010010110110001010000111010101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BAB04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,171,4); }

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

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

 a { background-color: rgb(43,171,4); }

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

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

 span { border-color: rgb(43,171,4); }

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