Html Css Color HEX #30B31D Kelly Green

📋 copy color: '#30B31D'

red 48 ◦ green 179 ◦ blue 29

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

Shades of Kelly Green #30B31D

Tints of Kelly Green #30B31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 18.75%
G = 69.92%
B = 11.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#30B31D (or 0x30B31D) is known color: Kelly Green. HEX triplet: 30, B3 and 1D. RGB value is (48,179,29). Sum of RGB (Red+Green+Blue) = 48+179+29=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 179 (70.31% from 255 or 69.92% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 179 - color contains mainly: green. Hex color #30B31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30B31D is #CF4CE2. Grayscale: #7B7B7B. Windows color (decimal): -13585635 or 1946416. OLE color: 1946416.

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

Color convert

RGB 48 179 29 -
CMYK 0.73 0 0.84 0.30
HSL 112.4º 0.72% 0.41% -
HSV(B) 112.4º 0.84% 0.7% -
XYZ 17.56 32.96 6.6 -
YUV 122.73 75.1 74.7 -
System Red Green Blue C M Y K H S L
Decimal 48 179 29 0.73 0 0.84 0.30 112.4 0.72 0.41
Hex 30 B3 1D 49 0 54 1E 70 48 29
Octal 60 263 35 111 0 124 36 160 110 51
Binary 110000 10110011 11101 1001001 0 1010100 11110 1110000 1001000 101001

Color Harmonies of #30B31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B31D

Black with #30B31D

Text Example


Text Example

White with #30B31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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