Html Css Color HEX #30D008 Kelly Green

📋 copy color: '#30D008'

red 48 ◦ green 208 ◦ blue 8

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

Shades of Kelly Green #30D008

Tints of Kelly Green #30D008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.03%

R = 18.18%
G = 78.79%
B = 3.03%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#30D008 (or 0x30D008) is known color: Kelly Green. HEX triplet: 30, D0 and 08. RGB value is (48,208,8). Sum of RGB (Red+Green+Blue) = 48+208+8=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 208 (81.64% from 255 or 78.79% from 264); Blue value is 8 (3.52% from 255 or 3.03% from 264); Max value from RGB is 208 - color contains mainly: green. Hex color #30D008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D008 is #CF2FF7. Grayscale: #8A8A8A. Windows color (decimal): -13578232 or 577584. OLE color: 577584.

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

Color convert

RGB 48 208 8 -
CMYK 0.77 0 0.96 0.18
HSL 108º 0.93% 0.42% -
HSV(B) 108º 0.96% 0.82% -
XYZ 23.82 45.76 7.81 -
YUV 137.36 54.99 64.26 -
System Red Green Blue C M Y K H S L
Decimal 48 208 8 0.77 0 0.96 0.18 108 0.93 0.42
Hex 30 D0 8 4D 0 60 12 6C 5D 2A
Octal 60 320 10 115 0 140 22 154 135 52
Binary 110000 11010000 1000 1001101 0 1100000 10010 1101100 1011101 101010

Color Harmonies of #30D008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D008

Black with #30D008

Text Example


Text Example

White with #30D008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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