Html Css Color HEX #30B418 Kelly Green

📋 copy color: '#30B418'

red 48 ◦ green 180 ◦ blue 24

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

Shades of Kelly Green #30B418

Tints of Kelly Green #30B418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 19.05%
G = 71.43%
B = 9.52%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#30B418 (or 0x30B418) is known color: Kelly Green. HEX triplet: 30, B4 and 18. RGB value is (48,180,24). Sum of RGB (Red+Green+Blue) = 48+180+24=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 180 (70.70% from 255 or 71.43% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 180 - color contains mainly: green. Hex color #30B418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30B418 is #CF4BE7. Grayscale: #7B7B7B. Windows color (decimal): -13585384 or 1618992. OLE color: 1618992.

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

Color convert

RGB 48 180 24 -
CMYK 0.73 0 0.87 0.29
HSL 110.77º 0.76% 0.4% -
HSV(B) 110.77º 0.87% 0.71% -
XYZ 17.71 33.34 6.37 -
YUV 122.75 72.27 74.68 -
System Red Green Blue C M Y K H S L
Decimal 48 180 24 0.73 0 0.87 0.29 110.77 0.76 0.4
Hex 30 B4 18 49 0 57 1D 6F 4C 28
Octal 60 264 30 111 0 127 35 157 114 50
Binary 110000 10110100 11000 1001001 0 1010111 11101 1101111 1001100 101000

Color Harmonies of #30B418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30B418

Black with #30B418

Text Example


Text Example

White with #30B418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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