Html Css Color HEX #30A202 Kelly Green

📋 copy color: '#30A202'

red 48 ◦ green 162 ◦ blue 2

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

Shades of Kelly Green #30A202

Tints of Kelly Green #30A202

RGB

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

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

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

R = 22.64%
G = 76.42%
B = 0.94%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#30A202 (or 0x30A202) is known color: Kelly Green. HEX triplet: 30, A2 and 02. RGB value is (48,162,2). Sum of RGB (Red+Green+Blue) = 48+162+2=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 162 (63.67% from 255 or 76.42% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 162 - color contains mainly: green. Hex color #30A202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #30A202 is #CF5DFD. Grayscale: #6E6E6E. Windows color (decimal): -13590014 or 172592. OLE color: 172592.

HSL color Cylindrical-coordinate representation of color #30A202: hue angle of 102.75º 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 #30A202 is Cyan = 0.70, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 162 2 -
CMYK 0.70 0 0.99 0.36
HSL 102.75º 0.98% 0.32% -
HSV(B) 102.75º 0.99% 0.64% -
XYZ 14.15 26.47 4.42 -
YUV 109.67 67.23 84.01 -
System Red Green Blue C M Y K H S L
Decimal 48 162 2 0.70 0 0.99 0.36 102.75 0.98 0.32
Hex 30 A2 2 46 0 63 24 67 62 20
Octal 60 242 2 106 0 143 44 147 142 40
Binary 110000 10100010 10 1000110 0 1100011 100100 1100111 1100010 100000

Color Harmonies of #30A202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A202

Black with #30A202

Text Example


Text Example

White with #30A202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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