#30BC06

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

Shades of Kelly Green #30BC06

Tints of Kelly Green #30BC06

Color information

#30BC06 (or 0x30BC06) is unknown color: approx Kelly Green. HEX triplet: 30, BC and 06. RGB value is (48,188,6). Sum of RGB (Red+Green+Blue) = 48+188+6=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #30BC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BC06 is #CF43F9. Grayscale: #7D7D7D. Windows color (decimal): -13583354 or 441392. OLE color: 441392.

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

Color convert

RGB481886-
CMYK0.7400.970.26
HSL106.15º93.81%38.04%-
HSV(B)106.15º96.81%73.73%-
XYZ19.2436.616.22-
YUV125.3960.6272.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 188 (73.83% from 255) = 77.69%
BLUE value IS 6 (2.73% from 255) = 2.48%
R=19.83%
G=77.69%
B=2.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4818860.7400.970.26106.1593.8138.04
Hex30BC64A0611A6a5e26
Octal60274611201413215213646
Binary110000101111001101001010011000011101011010101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30BC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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