Html Css Color HEX #30BD18 Kelly Green

📋 copy color: '#30BD18'

red 48 ◦ green 189 ◦ blue 24

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

Shades of Kelly Green #30BD18

Tints of Kelly Green #30BD18

RGB

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

 GREEN value IS 189 (74.22% from 255) = 72.41%

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

R = 18.39%
G = 72.41%
B = 9.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#30BD18 (or 0x30BD18) is known color: Kelly Green. HEX triplet: 30, BD and 18. RGB value is (48,189,24). Sum of RGB (Red+Green+Blue) = 48+189+24=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 189 (74.22% from 255 or 72.41% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30BD18 is #CF42E7. Grayscale: #808080. Windows color (decimal): -13583080 or 1621296. OLE color: 1621296.

HSL color Cylindrical-coordinate representation of color #30BD18: hue angle of 111.27º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30BD18 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 189 24 -
CMYK 0.75 0 0.87 0.26
HSL 111.27º 0.77% 0.42% -
HSV(B) 111.27º 0.87% 0.74% -
XYZ 19.58 37.09 6.99 -
YUV 128.03 69.29 70.92 -
System Red Green Blue C M Y K H S L
Decimal 48 189 24 0.75 0 0.87 0.26 111.27 0.77 0.42
Hex 30 BD 18 4B 0 57 1A 6F 4D 2A
Octal 60 275 30 113 0 127 32 157 115 52
Binary 110000 10111101 11000 1001011 0 1010111 11010 1101111 1001101 101010

Color Harmonies of #30BD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BD18

Black with #30BD18

Text Example


Text Example

White with #30BD18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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