Html Css Color HEX #30B408 Kelly Green

📋 copy color: '#30B408'

red 48 ◦ green 180 ◦ blue 8

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

Shades of Kelly Green #30B408

Tints of Kelly Green #30B408

RGB

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

 GREEN value IS 180 (70.7% from 255) = 76.27%

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

R = 20.34%
G = 76.27%
B = 3.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#30B408 (or 0x30B408) is known color: Kelly Green. HEX triplet: 30, B4 and 08. RGB value is (48,180,8). Sum of RGB (Red+Green+Blue) = 48+180+8=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 180 (70.70% from 255 or 76.27% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 180 - color contains mainly: green. Hex color #30B408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B408 is #CF4BF7. Grayscale: #797979. Windows color (decimal): -13585400 or 570416. OLE color: 570416.

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

Color convert

RGB 48 180 8 -
CMYK 0.73 0 0.96 0.29
HSL 106.05º 0.91% 0.37% -
HSV(B) 106.05º 0.96% 0.71% -
XYZ 17.58 33.29 5.73 -
YUV 120.92 64.27 75.99 -
System Red Green Blue C M Y K H S L
Decimal 48 180 8 0.73 0 0.96 0.29 106.05 0.91 0.37
Hex 30 B4 8 49 0 60 1D 6A 5B 25
Octal 60 264 10 111 0 140 35 152 133 45
Binary 110000 10110100 1000 1001001 0 1100000 11101 1101010 1011011 100101

Color Harmonies of #30B408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B408

Black with #30B408

Text Example


Text Example

White with #30B408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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