Html Css Color HEX #30B311 Kelly Green

📋 copy color: '#30B311'

red 48 ◦ green 179 ◦ blue 17

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

Shades of Kelly Green #30B311

Tints of Kelly Green #30B311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 73.36%

 BLUE value IS 17 (7.03% from 255) = 6.97%

R = 19.67%
G = 73.36%
B = 6.97%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#30B311 (or 0x30B311) is known color: Kelly Green. HEX triplet: 30, B3 and 11. RGB value is (48,179,17). Sum of RGB (Red+Green+Blue) = 48+179+17=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 179 (70.31% from 255 or 73.36% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 179 - color contains mainly: green. Hex color #30B311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B311 is #CF4CEE. Grayscale: #797979. Windows color (decimal): -13585647 or 1159984. OLE color: 1159984.

HSL color Cylindrical-coordinate representation of color #30B311: hue angle of 108.52º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #30B311 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 179 17 -
CMYK 0.73 0 0.91 0.30
HSL 108.52º 0.83% 0.38% -
HSV(B) 108.52º 0.91% 0.7% -
XYZ 17.44 32.91 5.96 -
YUV 121.36 69.1 75.67 -
System Red Green Blue C M Y K H S L
Decimal 48 179 17 0.73 0 0.91 0.30 108.52 0.83 0.38
Hex 30 B3 11 49 0 5B 1E 6D 53 26
Octal 60 263 21 111 0 133 36 155 123 46
Binary 110000 10110011 10001 1001001 0 1011011 11110 1101101 1010011 100110

Color Harmonies of #30B311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B311

Black with #30B311

Text Example


Text Example

White with #30B311

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,179,17); }

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

background-color css

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

 a { background-color: rgb(48,179,17); }

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

border-color css

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

 span { border-color: rgb(48,179,17); }

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