Html Css Color HEX #30B308 Kelly Green

📋 copy color: '#30B308'

red 48 ◦ green 179 ◦ blue 8

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

Shades of Kelly Green #30B308

Tints of Kelly Green #30B308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.4%

R = 20.43%
G = 76.17%
B = 3.4%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#30B308 (or 0x30B308) is known color: Kelly Green. HEX triplet: 30, B3 and 08. RGB value is (48,179,8). Sum of RGB (Red+Green+Blue) = 48+179+8=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 179 (70.31% from 255 or 76.17% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 179 - color contains mainly: green. Hex color #30B308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B308 is #CF4CF7. Grayscale: #787878. Windows color (decimal): -13585656 or 570160. OLE color: 570160.

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

Color convert

RGB 48 179 8 -
CMYK 0.73 0 0.96 0.30
HSL 105.96º 0.91% 0.37% -
HSV(B) 105.96º 0.96% 0.7% -
XYZ 17.38 32.89 5.66 -
YUV 120.34 64.6 76.4 -
System Red Green Blue C M Y K H S L
Decimal 48 179 8 0.73 0 0.96 0.30 105.96 0.91 0.37
Hex 30 B3 8 49 0 60 1E 6A 5B 25
Octal 60 263 10 111 0 140 36 152 133 45
Binary 110000 10110011 1000 1001001 0 1100000 11110 1101010 1011011 100101

Color Harmonies of #30B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B308

Black with #30B308

Text Example


Text Example

White with #30B308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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