Html Css Color HEX #30A200 Kelly Green

📋 copy color: '#30A200'

red 48 ◦ green 162 ◦ blue 0

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

Shades of Kelly Green #30A200

Tints of Kelly Green #30A200

RGB

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

 GREEN value IS 162 (63.67% from 255) = 77.14%

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

R = 22.86%
G = 77.14%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#30A200 (or 0x30A200) is known color: Kelly Green. HEX triplet: 30, A2 and 00. RGB value is (48,162,0). Sum of RGB (Red+Green+Blue) = 48+162+0=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 162 (63.67% from 255 or 77.14% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 162 - color contains mainly: green. Hex color #30A200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A200 is #CF5DFF. Grayscale: #6D6D6D. Windows color (decimal): -13590016 or 41520. OLE color: 41520.

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

Color convert

RGB 48 162 0 -
CMYK 0.70 0 1 0.36
HSL 102.22º 1% 0.32% -
HSV(B) 102.22º 1% 0.64% -
XYZ 14.14 26.47 4.36 -
YUV 109.45 66.23 84.17 -
System Red Green Blue C M Y K H S L
Decimal 48 162 0 0.70 0 1 0.36 102.22 1 0.32
Hex 30 A2 0 46 0 64 24 66 64 20
Octal 60 242 0 106 0 144 44 146 144 40
Binary 110000 10100010 0 1000110 0 1100100 100100 1100110 1100100 100000

Color Harmonies of #30A200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A200

Black with #30A200

Text Example


Text Example

White with #30A200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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