Html Css Color HEX #30DC29 Lime Green

📋 copy color: '#30DC29'

red 48 ◦ green 220 ◦ blue 41

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

Shades of Lime Green #30DC29

Tints of Lime Green #30DC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.27%

R = 15.53%
G = 71.2%
B = 13.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#30DC29 (or 0x30DC29) is known color: Lime Green. HEX triplet: 30, DC and 29. RGB value is (48,220,41). Sum of RGB (Red+Green+Blue) = 48+220+41=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DC29 is #CF23D6. Grayscale: #949494. Windows color (decimal): -13575127 or 2743344. OLE color: 2743344.

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

Color convert

RGB 48 220 41 -
CMYK 0.78 0 0.81 0.14
HSL 117.65º 0.72% 0.51% -
HSV(B) 117.65º 0.81% 0.86% -
XYZ 27.21 51.97 10.7 -
YUV 148.17 67.52 56.55 -
System Red Green Blue C M Y K H S L
Decimal 48 220 41 0.78 0 0.81 0.14 117.65 0.72 0.51
Hex 30 DC 29 4E 0 51 E 76 48 33
Octal 60 334 51 116 0 121 16 166 110 63
Binary 110000 11011100 101001 1001110 0 1010001 1110 1110110 1001000 110011

Color Harmonies of #30DC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC29

Black with #30DC29

Text Example


Text Example

White with #30DC29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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