Html Css Color HEX #30A302 Kelly Green

📋 copy color: '#30A302'

red 48 ◦ green 163 ◦ blue 2

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

Shades of Kelly Green #30A302

Tints of Kelly Green #30A302

RGB

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

 GREEN value IS 163 (64.06% from 255) = 76.53%

 BLUE value IS 2 (1.17% from 255) = 0.94%

R = 22.54%
G = 76.53%
B = 0.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#30A302 (or 0x30A302) is known color: Kelly Green. HEX triplet: 30, A3 and 02. RGB value is (48,163,2). Sum of RGB (Red+Green+Blue) = 48+163+2=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 163 (64.06% from 255 or 76.53% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 163 - color contains mainly: green. Hex color #30A302 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A302 is #CF5CFD. Grayscale: #6E6E6E. Windows color (decimal): -13589758 or 172848. OLE color: 172848.

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

Color convert

RGB 48 163 2 -
CMYK 0.71 0 0.99 0.36
HSL 102.86º 0.98% 0.32% -
HSV(B) 102.86º 0.99% 0.64% -
XYZ 14.33 26.83 4.48 -
YUV 110.26 66.9 83.59 -
System Red Green Blue C M Y K H S L
Decimal 48 163 2 0.71 0 0.99 0.36 102.86 0.98 0.32
Hex 30 A3 2 47 0 63 24 67 62 20
Octal 60 243 2 107 0 143 44 147 142 40
Binary 110000 10100011 10 1000111 0 1100011 100100 1100111 1100010 100000

Color Harmonies of #30A302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A302

Black with #30A302

Text Example


Text Example

White with #30A302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,163,2); }

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

background-color css

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

 a { background-color: rgb(48,163,2); }

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

border-color css

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

 span { border-color: rgb(48,163,2); }

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