Html Css Color HEX #30D90D Lime Green

📋 copy color: '#30D90D'

red 48 ◦ green 217 ◦ blue 13

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

Shades of Lime Green #30D90D

Tints of Lime Green #30D90D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 78.06%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 17.27%
G = 78.06%
B = 4.68%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#30D90D (or 0x30D90D) is known color: Lime Green. HEX triplet: 30, D9 and 0D. RGB value is (48,217,13). Sum of RGB (Red+Green+Blue) = 48+217+13=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 217 (85.16% from 255 or 78.06% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 217 - color contains mainly: green. Hex color #30D90D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #30D90D is #CF26F2. Grayscale: #8F8F8F. Windows color (decimal): -13575923 or 907568. OLE color: 907568.

HSL color Cylindrical-coordinate representation of color #30D90D: hue angle of 109.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #30D90D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 217 13 -
CMYK 0.78 0 0.94 0.15
HSL 109.71º 0.89% 0.45% -
HSV(B) 109.71º 0.94% 0.85% -
XYZ 26.1 50.28 8.71 -
YUV 143.21 54.51 60.09 -
System Red Green Blue C M Y K H S L
Decimal 48 217 13 0.78 0 0.94 0.15 109.71 0.89 0.45
Hex 30 D9 D 4E 0 5E F 6E 59 2D
Octal 60 331 15 116 0 136 17 156 131 55
Binary 110000 11011001 1101 1001110 0 1011110 1111 1101110 1011001 101101

Color Harmonies of #30D90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D90D

Black with #30D90D

Text Example


Text Example

White with #30D90D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,217,13); }

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

background-color css

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

 a { background-color: rgb(48,217,13); }

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

border-color css

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

 span { border-color: rgb(48,217,13); }

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