#2ACB03

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

Shades of Kelly Green #2ACB03

Tints of Kelly Green #2ACB03

Color information

#2ACB03 (or 0x2ACB03) is unknown color: approx Kelly Green. HEX triplet: 2A, CB and 03. RGB value is (42,203,3). Sum of RGB (Red+Green+Blue) = 42+203+3=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 203 (79.69% from 255 or 81.85% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 203 - color contains mainly: green. Hex color #2ACB03 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACB03 is #D534FC. Grayscale: #848484. Windows color (decimal): -13972733 or 248618. OLE color: 248618.

HSL color Cylindrical-coordinate representation of color #2ACB03: hue angle of 108.3º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2ACB03 is Cyan = 0.79, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB422033-
CMYK0.7900.990.20
HSL108.3º97.09%40.39%-
HSV(B)108.3º98.52%79.61%-
XYZ22.3343.217.25-
YUV132.0655.1663.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 203 (79.69% from 255) = 81.85%
BLUE value IS 3 (1.56% from 255) = 1.21%
R=16.94%
G=81.85%
B=1.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal4220330.7900.990.20108.397.0940.39
Hex2ACB34F063146c6128
Octal52313311701432415414150
Binary10101011001011111001111011000111010011011001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACB03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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