#2ABB03

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

Shades of Kelly Green #2ABB03

Tints of Kelly Green #2ABB03

Color information

#2ABB03 (or 0x2ABB03) is unknown color: approx Kelly Green. HEX triplet: 2A, BB and 03. RGB value is (42,187,3). Sum of RGB (Red+Green+Blue) = 42+187+3=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 187 (73.44% from 255 or 80.60% from 232); Blue value is 3 (1.56% from 255 or 1.29% from 232); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABB03 is #D544FC. Grayscale: #7B7B7B. Windows color (decimal): -13976829 or 244522. OLE color: 244522.

HSL color Cylindrical-coordinate representation of color #2ABB03: hue angle of 107.28º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2ABB03 is Cyan = 0.78, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB421873-
CMYK0.7800.980.27
HSL107.28º96.84%37.25%-
HSV(B)107.28º98.4%73.33%-
XYZ18.7436.046.05-
YUV122.6760.4670.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.10%
GREEN value IS 187 (73.44% from 255) = 80.60%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=18.10%
G=80.60%
B=1.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4218730.7800.980.27107.2896.8437.25
Hex2ABB34E0621B6b6125
Octal52273311601423315314145
Binary10101010111011111001110011000101101111010111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,187,3); }

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

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

 a { background-color: rgb(42,187,3); }

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

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

 span { border-color: rgb(42,187,3); }

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