Html Css Color HEX #30C210 Kelly Green

📋 copy color: '#30C210'

red 48 ◦ green 194 ◦ blue 16

#30C210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #30C210

Tints of Kelly Green #30C210

RGB

 RED value IS 48 (19.14% from 255) = 18.6%

 GREEN value IS 194 (76.17% from 255) = 75.19%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 18.6%
G = 75.19%
B = 6.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#30C210 (or 0x30C210) is known color: Kelly Green. HEX triplet: 30, C2 and 10. RGB value is (48,194,16). Sum of RGB (Red+Green+Blue) = 48+194+16=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #30C210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C210 is #CF3DEF. Grayscale: #828282. Windows color (decimal): -13581808 or 1098288. OLE color: 1098288.

HSL color Cylindrical-coordinate representation of color #30C210: hue angle of 109.21º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #30C210 is Cyan = 0.75, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 48 194 16 -
CMYK 0.75 0 0.92 0.24
HSL 109.21º 0.85% 0.41% -
HSV(B) 109.21º 0.92% 0.76% -
XYZ 20.6 39.25 6.98 -
YUV 130.05 63.63 69.47 -
System Red Green Blue C M Y K H S L
Decimal 48 194 16 0.75 0 0.92 0.24 109.21 0.85 0.41
Hex 30 C2 10 4B 0 5C 18 6D 55 29
Octal 60 302 20 113 0 134 30 155 125 51
Binary 110000 11000010 10000 1001011 0 1011100 11000 1101101 1010101 101001

Color Harmonies of #30C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C210

Black with #30C210

Text Example


Text Example

White with #30C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,194,16); }

 H1.HeaderClassName
 {
   color: #30C210;
 }
 .AnyTagClassName
 {
   color: #30C210;
 }
</style>

background-color css

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

 a { background-color: rgb(48,194,16); }

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

border-color css

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

 span { border-color: rgb(48,194,16); }

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