#30BC0A

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

Shades of Kelly Green #30BC0A

Tints of Kelly Green #30BC0A

Color information

#30BC0A (or 0x30BC0A) is unknown color: approx Kelly Green. HEX triplet: 30, BC and 0A. RGB value is (48,188,10). Sum of RGB (Red+Green+Blue) = 48+188+10=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 188 (73.83% from 255 or 76.42% from 246); Blue value is 10 (4.30% from 255 or 4.07% from 246); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BC0A is #CF43F5. Grayscale: #7E7E7E. Windows color (decimal): -13583350 or 703536. OLE color: 703536.

HSL color Cylindrical-coordinate representation of color #30BC0A: hue angle of 107.19º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30BC0A is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB4818810-
CMYK0.7400.950.26
HSL107.19º89.9%38.82%-
HSV(B)107.19º94.68%73.73%-
XYZ19.2636.626.34-
YUV125.8562.6272.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 188 (73.83% from 255) = 76.42%
BLUE value IS 10 (4.30% from 255) = 4.07%
R=19.51%
G=76.42%
B=4.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal48188100.7400.950.26107.1989.938.82
Hex30BCA4A05F1A6b5a27
Octal602741211201373215313247
Binary1100001011110010101001010010111111101011010111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BC0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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