Html Css Color HEX #30D91F Lime Green

📋 copy color: '#30D91F'

red 48 ◦ green 217 ◦ blue 31

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

Shades of Lime Green #30D91F

Tints of Lime Green #30D91F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.47%

R = 16.22%
G = 73.31%
B = 10.47%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#30D91F (or 0x30D91F) is known color: Lime Green. HEX triplet: 30, D9 and 1F. RGB value is (48,217,31). Sum of RGB (Red+Green+Blue) = 48+217+31=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 217 (85.16% from 255 or 73.31% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 217 - color contains mainly: green. Hex color #30D91F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D91F is #CF26E0. Grayscale: #919191. Windows color (decimal): -13575905 or 2087216. OLE color: 2087216.

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

Color convert

RGB 48 217 31 -
CMYK 0.78 0 0.86 0.15
HSL 114.52º 0.75% 0.49% -
HSV(B) 114.52º 0.86% 0.85% -
XYZ 26.28 50.35 9.63 -
YUV 145.27 63.51 58.62 -
System Red Green Blue C M Y K H S L
Decimal 48 217 31 0.78 0 0.86 0.15 114.52 0.75 0.49
Hex 30 D9 1F 4E 0 56 F 73 4B 31
Octal 60 331 37 116 0 126 17 163 113 61
Binary 110000 11011001 11111 1001110 0 1010110 1111 1110011 1001011 110001

Color Harmonies of #30D91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D91F

Black with #30D91F

Text Example


Text Example

White with #30D91F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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