Html Css Color HEX #30B40C Kelly Green

📋 copy color: '#30B40C'

red 48 ◦ green 180 ◦ blue 12

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

Shades of Kelly Green #30B40C

Tints of Kelly Green #30B40C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 20%
G = 75%
B = 5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#30B40C (or 0x30B40C) is known color: Kelly Green. HEX triplet: 30, B4 and 0C. RGB value is (48,180,12). Sum of RGB (Red+Green+Blue) = 48+180+12=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 180 (70.70% from 255 or 75% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 180 - color contains mainly: green. Hex color #30B40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B40C is #CF4BF3. Grayscale: #797979. Windows color (decimal): -13585396 or 832560. OLE color: 832560.

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

Color convert

RGB 48 180 12 -
CMYK 0.73 0 0.93 0.29
HSL 107.14º 0.88% 0.38% -
HSV(B) 107.14º 0.93% 0.71% -
XYZ 17.61 33.3 5.85 -
YUV 121.38 66.27 75.66 -
System Red Green Blue C M Y K H S L
Decimal 48 180 12 0.73 0 0.93 0.29 107.14 0.88 0.38
Hex 30 B4 C 49 0 5D 1D 6B 58 26
Octal 60 264 14 111 0 135 35 153 130 46
Binary 110000 10110100 1100 1001001 0 1011101 11101 1101011 1011000 100110

Color Harmonies of #30B40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B40C

Black with #30B40C

Text Example


Text Example

White with #30B40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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