#30B108

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

Shades of Kelly Green #30B108

Tints of Kelly Green #30B108

Color information

#30B108 (or 0x30B108) is unknown color: approx Kelly Green. HEX triplet: 30, B1 and 08. RGB value is (48,177,8). Sum of RGB (Red+Green+Blue) = 48+177+8=233 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.60% from 233); Green value is 177 (69.53% from 255 or 75.97% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 177 - color contains mainly: green. Hex color #30B108 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30B108 is #CF4EF7. Grayscale: #777777. Windows color (decimal): -13586168 or 569648. OLE color: 569648.

HSL color Cylindrical-coordinate representation of color #30B108: hue angle of 105.8º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30B108 is Cyan = 0.73, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB481778-
CMYK0.7300.950.31
HSL105.8º91.35%36.27%-
HSV(B)105.8º95.48%69.41%-
XYZ16.9832.095.53-
YUV119.1665.2677.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.60%
GREEN value IS 177 (69.53% from 255) = 75.97%
BLUE value IS 8 (3.52% from 255) = 3.43%
R=20.60%
G=75.97%
B=3.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4817780.7300.950.31105.891.3536.27
Hex30B184905F1F6a5b24
Octal602611011101373715213344
Binary1100001011000110001001001010111111111111010101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,177,8); }

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

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

 a { background-color: rgb(48,177,8); }

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

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

 span { border-color: rgb(48,177,8); }

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