Html Css Color HEX #30D00E Kelly Green

📋 copy color: '#30D00E'

red 48 ◦ green 208 ◦ blue 14

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

Shades of Kelly Green #30D00E

Tints of Kelly Green #30D00E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 77.04%

 BLUE value IS 14 (5.86% from 255) = 5.19%

R = 17.78%
G = 77.04%
B = 5.19%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#30D00E (or 0x30D00E) is known color: Kelly Green. HEX triplet: 30, D0 and 0E. RGB value is (48,208,14). Sum of RGB (Red+Green+Blue) = 48+208+14=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 208 (81.64% from 255 or 77.04% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 208 - color contains mainly: green. Hex color #30D00E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D00E is #CF2FF1. Grayscale: #8A8A8A. Windows color (decimal): -13578226 or 970800. OLE color: 970800.

HSL color Cylindrical-coordinate representation of color #30D00E: hue angle of 109.48º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #30D00E is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 208 14 -
CMYK 0.77 0 0.93 0.18
HSL 109.48º 0.87% 0.44% -
HSV(B) 109.48º 0.93% 0.82% -
XYZ 23.85 45.77 7.99 -
YUV 138.04 57.99 63.77 -
System Red Green Blue C M Y K H S L
Decimal 48 208 14 0.77 0 0.93 0.18 109.48 0.87 0.44
Hex 30 D0 E 4D 0 5D 12 6D 57 2C
Octal 60 320 16 115 0 135 22 155 127 54
Binary 110000 11010000 1110 1001101 0 1011101 10010 1101101 1010111 101100

Color Harmonies of #30D00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D00E

Black with #30D00E

Text Example


Text Example

White with #30D00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,208,14); }

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

background-color css

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

 a { background-color: rgb(48,208,14); }

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

border-color css

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

 span { border-color: rgb(48,208,14); }

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