#30B201

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

Shades of Kelly Green #30B201

Tints of Kelly Green #30B201

Color information

#30B201 (or 0x30B201) is unknown color: approx Kelly Green. HEX triplet: 30, B2 and 01. RGB value is (48,178,1). Sum of RGB (Red+Green+Blue) = 48+178+1=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #30B201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30B201 is #CF4DFE. Grayscale: #777777. Windows color (decimal): -13585919 or 111152. OLE color: 111152.

HSL color Cylindrical-coordinate representation of color #30B201: hue angle of 104.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #30B201 is Cyan = 0.73, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB481781-
CMYK0.7300.990.30
HSL104.07º98.88%35.1%-
HSV(B)104.07º99.44%69.8%-
XYZ17.1432.475.39-
YUV118.9561.4377.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.15%
GREEN value IS 178 (69.92% from 255) = 78.41%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=21.15%
G=78.41%
B=0.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal4817810.7300.990.30104.0798.8835.1
Hex30B21490631E686323
Octal60262111101433615014343
Binary1100001011001011001001011000111111011010001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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