Html Css Color HEX #30B305 Kelly Green

📋 copy color: '#30B305'

red 48 ◦ green 179 ◦ blue 5

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

Shades of Kelly Green #30B305

Tints of Kelly Green #30B305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 20.69%
G = 77.16%
B = 2.16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#30B305 (or 0x30B305) is known color: Kelly Green. HEX triplet: 30, B3 and 05. RGB value is (48,179,5). Sum of RGB (Red+Green+Blue) = 48+179+5=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 179 (70.31% from 255 or 77.16% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 179 - color contains mainly: green. Hex color #30B305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B305 is #CF4CFA. Grayscale: #787878. Windows color (decimal): -13585659 or 373552. OLE color: 373552.

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

Color convert

RGB 48 179 5 -
CMYK 0.73 0 0.97 0.30
HSL 105.17º 0.95% 0.36% -
HSV(B) 105.17º 0.97% 0.7% -
XYZ 17.37 32.88 5.57 -
YUV 120 63.1 76.65 -
System Red Green Blue C M Y K H S L
Decimal 48 179 5 0.73 0 0.97 0.30 105.17 0.95 0.36
Hex 30 B3 5 49 0 61 1E 69 5F 24
Octal 60 263 5 111 0 141 36 151 137 44
Binary 110000 10110011 101 1001001 0 1100001 11110 1101001 1011111 100100

Color Harmonies of #30B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B305

Black with #30B305

Text Example


Text Example

White with #30B305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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