Html Css Color HEX #30DC42 Lime Green

📋 copy color: '#30DC42'

red 48 ◦ green 220 ◦ blue 66

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

Shades of Lime Green #30DC42

Tints of Lime Green #30DC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 14.37%
G = 65.87%
B = 19.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#30DC42 (or 0x30DC42) is known color: Lime Green. HEX triplet: 30, DC and 42. RGB value is (48,220,66). Sum of RGB (Red+Green+Blue) = 48+220+66=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DC42 is #CF23BD. Grayscale: #979797. Windows color (decimal): -13575102 or 4381744. OLE color: 4381744.

HSL color Cylindrical-coordinate representation of color #30DC42: hue angle of 126.28º 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 #30DC42 is Cyan = 0.78, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 220 66 -
CMYK 0.78 0 0.7 0.14
HSL 126.28º 0.71% 0.53% -
HSV(B) 126.28º 0.78% 0.86% -
XYZ 27.8 52.21 13.77 -
YUV 151.02 80.02 54.52 -
System Red Green Blue C M Y K H S L
Decimal 48 220 66 0.78 0 0.7 0.14 126.28 0.71 0.53
Hex 30 DC 42 4E 0 46 E 7E 47 35
Octal 60 334 102 116 0 106 16 176 107 65
Binary 110000 11011100 1000010 1001110 0 1000110 1110 1111110 1000111 110101

Color Harmonies of #30DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC42

Black with #30DC42

Text Example


Text Example

White with #30DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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