Html Css Color HEX #30C500 Kelly Green

📋 copy color: '#30C500'

red 48 ◦ green 197 ◦ blue 0

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

Shades of Kelly Green #30C500

Tints of Kelly Green #30C500

RGB

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

 GREEN value IS 197 (77.34% from 255) = 80.41%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 19.59%
G = 80.41%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#30C500 (or 0x30C500) is known color: Kelly Green. HEX triplet: 30, C5 and 00. RGB value is (48,197,0). Sum of RGB (Red+Green+Blue) = 48+197+0=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 197 (77.34% from 255 or 80.41% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 197 - color contains mainly: green. Hex color #30C500 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C500 is #CF3AFF. Grayscale: #828282. Windows color (decimal): -13581056 or 50480. OLE color: 50480.

HSL color Cylindrical-coordinate representation of color #30C500: hue angle of 105.38º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30C500 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 197 0 -
CMYK 0.76 0 1 0.23
HSL 105.38º 1% 0.39% -
HSV(B) 105.38º 1% 0.77% -
XYZ 21.19 40.56 6.71 -
YUV 129.99 54.64 69.52 -
System Red Green Blue C M Y K H S L
Decimal 48 197 0 0.76 0 1 0.23 105.38 1 0.39
Hex 30 C5 0 4C 0 64 17 69 64 27
Octal 60 305 0 114 0 144 27 151 144 47
Binary 110000 11000101 0 1001100 0 1100100 10111 1101001 1100100 100111

Color Harmonies of #30C500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C500

Black with #30C500

Text Example


Text Example

White with #30C500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,197,0); }

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

background-color css

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

 a { background-color: rgb(48,197,0); }

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

border-color css

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

 span { border-color: rgb(48,197,0); }

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