Html Css Color HEX #30DC3F Lime Green

📋 copy color: '#30DC3F'

red 48 ◦ green 220 ◦ blue 63

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

Shades of Lime Green #30DC3F

Tints of Lime Green #30DC3F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.47%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 14.5%
G = 66.47%
B = 19.03%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#30DC3F (or 0x30DC3F) is known color: Lime Green. HEX triplet: 30, DC and 3F. RGB value is (48,220,63). Sum of RGB (Red+Green+Blue) = 48+220+63=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DC3F is #CF23C0. Grayscale: #979797. Windows color (decimal): -13575105 or 4185136. OLE color: 4185136.

HSL color Cylindrical-coordinate representation of color #30DC3F: hue angle of 125.23º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DC3F is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 63 -
CMYK 0.78 0 0.71 0.14
HSL 125.23º 0.71% 0.53% -
HSV(B) 125.23º 0.78% 0.86% -
XYZ 27.71 52.17 13.31 -
YUV 150.67 78.52 54.77 -
System Red Green Blue C M Y K H S L
Decimal 48 220 63 0.78 0 0.71 0.14 125.23 0.71 0.53
Hex 30 DC 3F 4E 0 47 E 7D 47 35
Octal 60 334 77 116 0 107 16 175 107 65
Binary 110000 11011100 111111 1001110 0 1000111 1110 1111101 1000111 110101

Color Harmonies of #30DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC3F

Black with #30DC3F

Text Example


Text Example

White with #30DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,220,63); }

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

background-color css

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

 a { background-color: rgb(48,220,63); }

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

border-color css

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

 span { border-color: rgb(48,220,63); }

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