#30B40A

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

Shades of Kelly Green #30B40A

Tints of Kelly Green #30B40A

Color information

#30B40A (or 0x30B40A) is unknown color: approx Kelly Green. HEX triplet: 30, B4 and 0A. RGB value is (48,180,10). Sum of RGB (Red+Green+Blue) = 48+180+10=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 180 (70.70% from 255 or 75.63% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 180 - color contains mainly: green. Hex color #30B40A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B40A is #CF4BF5. Grayscale: #797979. Windows color (decimal): -13585398 or 701488. OLE color: 701488.

HSL color Cylindrical-coordinate representation of color #30B40A: hue angle of 106.59º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30B40A is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB4818010-
CMYK0.7300.940.29
HSL106.59º89.47%37.25%-
HSV(B)106.59º94.44%70.59%-
XYZ17.5933.295.79-
YUV121.1565.2775.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 180 (70.70% from 255) = 75.63%
BLUE value IS 10 (4.30% from 255) = 4.20%
R=20.17%
G=75.63%
B=4.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48180100.7300.940.29106.5989.4737.25
Hex30B4A4905E1D6b5925
Octal602641211101363515313145
Binary1100001011010010101001001010111101110111010111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,180,10); }

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

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

 a { background-color: rgb(48,180,10); }

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

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

 span { border-color: rgb(48,180,10); }

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