#30d50a

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

Shades of Kelly Green #30D50A

Tints of Kelly Green #30D50A

Color information

#30D50A (or 0x30D50A) is unknown color: approx Kelly Green. HEX triplet: 30, D5 and 0A. RGB value is (48,213,10). Sum of RGB (Red+Green+Blue) = 48+213+10=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 213 (83.59% from 255 or 78.60% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 213 - color contains mainly: green. Hex color #30D50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D50A is #CF2AF5. Grayscale: #8D8D8D. Windows color (decimal): -13576950 or 709936. OLE color: 709936.

HSL color Cylindrical-coordinate representation of color #30D50A: hue angle of 108.77º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #30D50A is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB4821310-
CMYK0.7700.950.16
HSL108.77º91.03%43.73%-
HSV(B)108.77º95.31%83.53%-
XYZ25.0748.248.28-
YUV140.5254.3462.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 213 (83.59% from 255) = 78.60%
BLUE value IS 10 (4.30% from 255) = 3.69%
R=17.71%
G=78.60%
B=3.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal48213100.7700.950.16108.7791.0343.73
Hex30D5A4D05F106d5b2c
Octal603251211501372015513354
Binary1100001101010110101001101010111111000011011011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30d50a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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