Html Css Color HEX #30C600 Kelly Green

📋 copy color: '#30C600'

red 48 ◦ green 198 ◦ blue 0

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

Shades of Kelly Green #30C600

Tints of Kelly Green #30C600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 80.49%

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

R = 19.51%
G = 80.49%
B = 0%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#30C600 (or 0x30C600) is known color: Kelly Green. HEX triplet: 30, C6 and 00. RGB value is (48,198,0). Sum of RGB (Red+Green+Blue) = 48+198+0=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 198 (77.73% from 255 or 80.49% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 198 - color contains mainly: green. Hex color #30C600 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30C600 is #CF39FF. Grayscale: #838383. Windows color (decimal): -13580800 or 50736. OLE color: 50736.

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

Color convert

RGB 48 198 0 -
CMYK 0.76 0 1 0.22
HSL 105.45º 1% 0.39% -
HSV(B) 105.45º 1% 0.78% -
XYZ 21.41 41.02 6.79 -
YUV 130.58 54.31 69.1 -
System Red Green Blue C M Y K H S L
Decimal 48 198 0 0.76 0 1 0.22 105.45 1 0.39
Hex 30 C6 0 4C 0 64 16 69 64 27
Octal 60 306 0 114 0 144 26 151 144 47
Binary 110000 11000110 0 1001100 0 1100100 10110 1101001 1100100 100111

Color Harmonies of #30C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C600

Black with #30C600

Text Example


Text Example

White with #30C600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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