Html Css Color HEX #30DF1E Lime Green

📋 copy color: '#30DF1E'

red 48 ◦ green 223 ◦ blue 30

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

Shades of Lime Green #30DF1E

Tints of Lime Green #30DF1E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 74.09%

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 15.95%
G = 74.09%
B = 9.97%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#30DF1E (or 0x30DF1E) is known color: Lime Green. HEX triplet: 30, DF and 1E. RGB value is (48,223,30). Sum of RGB (Red+Green+Blue) = 48+223+30=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 223 (87.5% from 255 or 74.09% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 223 - color contains mainly: green. Hex color #30DF1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DF1E is #CF20E1. Grayscale: #959595. Windows color (decimal): -13574370 or 2023216. OLE color: 2023216.

HSL color Cylindrical-coordinate representation of color #30DF1E: hue angle of 114.4º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30DF1E is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 223 30 -
CMYK 0.78 0 0.87 0.13
HSL 114.4º 0.76% 0.5% -
HSV(B) 114.4º 0.87% 0.87% -
XYZ 27.84 53.5 10.09 -
YUV 148.67 61.02 56.19 -
System Red Green Blue C M Y K H S L
Decimal 48 223 30 0.78 0 0.87 0.13 114.4 0.76 0.5
Hex 30 DF 1E 4E 0 57 D 72 4C 32
Octal 60 337 36 116 0 127 15 162 114 62
Binary 110000 11011111 11110 1001110 0 1010111 1101 1110010 1001100 110010

Color Harmonies of #30DF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DF1E

Black with #30DF1E

Text Example


Text Example

White with #30DF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,223,30); }

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

background-color css

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

 a { background-color: rgb(48,223,30); }

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

border-color css

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

 span { border-color: rgb(48,223,30); }

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