Html Css Color HEX #30A000 Kelly Green

📋 copy color: '#30A000'

red 48 ◦ green 160 ◦ blue 0

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

Shades of Kelly Green #30A000

Tints of Kelly Green #30A000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 76.92%

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

R = 23.08%
G = 76.92%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#30A000 (or 0x30A000) is known color: Kelly Green. HEX triplet: 30, A0 and 00. RGB value is (48,160,0). Sum of RGB (Red+Green+Blue) = 48+160+0=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 160 (62.89% from 255 or 76.92% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 160 - color contains mainly: green. Hex color #30A000 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A000 is #CF5FFF. Grayscale: #6C6C6C. Windows color (decimal): -13590528 or 41008. OLE color: 41008.

HSL color Cylindrical-coordinate representation of color #30A000: hue angle of 102º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #30A000 is Cyan = 0.70, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 160 0 -
CMYK 0.70 0 1 0.37
HSL 102º 1% 0.31% -
HSV(B) 102º 1% 0.63% -
XYZ 13.79 25.77 4.25 -
YUV 108.27 66.89 85.01 -
System Red Green Blue C M Y K H S L
Decimal 48 160 0 0.70 0 1 0.37 102 1 0.31
Hex 30 A0 0 46 0 64 25 66 64 1F
Octal 60 240 0 106 0 144 45 146 144 37
Binary 110000 10100000 0 1000110 0 1100100 100101 1100110 1100100 11111

Color Harmonies of #30A000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A000

Black with #30A000

Text Example


Text Example

White with #30A000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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