Html Css Color HEX #30D003 Kelly Green

📋 copy color: '#30D003'

red 48 ◦ green 208 ◦ blue 3

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

Shades of Kelly Green #30D003

Tints of Kelly Green #30D003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.16%

R = 18.53%
G = 80.31%
B = 1.16%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#30D003 (or 0x30D003) is known color: Kelly Green. HEX triplet: 30, D0 and 03. RGB value is (48,208,3). Sum of RGB (Red+Green+Blue) = 48+208+3=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 208 (81.64% from 255 or 80.31% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 208 - color contains mainly: green. Hex color #30D003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D003 is #CF2FFC. Grayscale: #898989. Windows color (decimal): -13578237 or 249904. OLE color: 249904.

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

Color convert

RGB 48 208 3 -
CMYK 0.77 0 0.99 0.18
HSL 106.83º 0.97% 0.41% -
HSV(B) 106.83º 0.99% 0.82% -
XYZ 23.79 45.75 7.66 -
YUV 136.79 52.49 64.67 -
System Red Green Blue C M Y K H S L
Decimal 48 208 3 0.77 0 0.99 0.18 106.83 0.97 0.41
Hex 30 D0 3 4D 0 63 12 6B 61 29
Octal 60 320 3 115 0 143 22 153 141 51
Binary 110000 11010000 11 1001101 0 1100011 10010 1101011 1100001 101001

Color Harmonies of #30D003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D003

Black with #30D003

Text Example


Text Example

White with #30D003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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