#30AB01

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

Shades of Kelly Green #30AB01

Tints of Kelly Green #30AB01

Color information

#30AB01 (or 0x30AB01) is unknown color: approx Kelly Green. HEX triplet: 30, AB and 01. RGB value is (48,171,1). Sum of RGB (Red+Green+Blue) = 48+171+1=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 171 (67.19% from 255 or 77.73% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 171 - color contains mainly: green. Hex color #30AB01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30AB01 is #CF54FE. Grayscale: #737373. Windows color (decimal): -13587711 or 109360. OLE color: 109360.

HSL color Cylindrical-coordinate representation of color #30AB01: hue angle of 103.41º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30AB01 is Cyan = 0.72, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB481711-
CMYK0.7200.990.33
HSL103.41º98.84%33.73%-
HSV(B)103.41º99.42%67.06%-
XYZ15.7929.764.94-
YUV114.8463.7580.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.82%
GREEN value IS 171 (67.19% from 255) = 77.73%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=21.82%
G=77.73%
B=0.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4817110.7200.990.33103.4198.8433.73
Hex30AB14806321676322
Octal60253111001434114714342
Binary11000010101011110010000110001110000111001111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30AB01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30AB01; }

 p { color: rgb(48,171,1); }

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

<style>
 a { background-color: #30AB01; }

 a { background-color: rgb(48,171,1); }

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

<style>
 span { border-color: #30AB01; }

 span { border-color: rgb(48,171,1); }

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