Html Css Color HEX #30D00F Lime Green

📋 copy color: '#30D00F'

red 48 ◦ green 208 ◦ blue 15

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

Shades of Lime Green #30D00F

Tints of Lime Green #30D00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 17.71%
G = 76.75%
B = 5.54%

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

#30D00F (or 0x30D00F) is known color: Lime Green. HEX triplet: 30, D0 and 0F. RGB value is (48,208,15). Sum of RGB (Red+Green+Blue) = 48+208+15=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 208 (81.64% from 255 or 76.75% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 208 - color contains mainly: green. Hex color #30D00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D00F is #CF2FF0. Grayscale: #8A8A8A. Windows color (decimal): -13578225 or 1036336. OLE color: 1036336.

HSL color Cylindrical-coordinate representation of color #30D00F: hue angle of 109.74º 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 #30D00F is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 208 15 -
CMYK 0.77 0 0.93 0.18
HSL 109.74º 0.87% 0.44% -
HSV(B) 109.74º 0.93% 0.82% -
XYZ 23.86 45.77 8.03 -
YUV 138.16 58.49 63.69 -
System Red Green Blue C M Y K H S L
Decimal 48 208 15 0.77 0 0.93 0.18 109.74 0.87 0.44
Hex 30 D0 F 4D 0 5D 12 6E 57 2C
Octal 60 320 17 115 0 135 22 156 127 54
Binary 110000 11010000 1111 1001101 0 1011101 10010 1101110 1010111 101100

Color Harmonies of #30D00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D00F

Black with #30D00F

Text Example


Text Example

White with #30D00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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