#30B805

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

Shades of Kelly Green #30B805

Tints of Kelly Green #30B805

Color information

#30B805 (or 0x30B805) is unknown color: approx Kelly Green. HEX triplet: 30, B8 and 05. RGB value is (48,184,5). Sum of RGB (Red+Green+Blue) = 48+184+5=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 184 (72.27% from 255 or 77.64% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 184 - color contains mainly: green. Hex color #30B805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B805 is #CF47FA. Grayscale: #7B7B7B. Windows color (decimal): -13584379 or 374832. OLE color: 374832.

HSL color Cylindrical-coordinate representation of color #30B805: hue angle of 105.59º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #30B805 is Cyan = 0.74, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB481845-
CMYK0.7400.970.28
HSL105.59º94.71%37.06%-
HSV(B)105.59º97.28%72.16%-
XYZ18.3934.925.91-
YUV122.9361.4474.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 184 (72.27% from 255) = 77.64%
BLUE value IS 5 (2.34% from 255) = 2.11%
R=20.25%
G=77.64%
B=2.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4818450.7400.970.28105.5994.7137.06
Hex30B854A0611C6a5f25
Octal60270511201413415213745
Binary110000101110001011001010011000011110011010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,184,5); }

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

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

 a { background-color: rgb(48,184,5); }

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

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

 span { border-color: rgb(48,184,5); }

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