Html Css Color HEX #30DC40 Lime Green

📋 copy color: '#30DC40'

red 48 ◦ green 220 ◦ blue 64

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

Shades of Lime Green #30DC40

Tints of Lime Green #30DC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.28%

R = 14.46%
G = 66.27%
B = 19.28%

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

#30DC40 (or 0x30DC40) is known color: Lime Green. HEX triplet: 30, DC and 40. RGB value is (48,220,64). Sum of RGB (Red+Green+Blue) = 48+220+64=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 220 (86.33% from 255 or 66.27% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DC40 is #CF23BF. Grayscale: #979797. Windows color (decimal): -13575104 or 4250672. OLE color: 4250672.

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

Color convert

RGB 48 220 64 -
CMYK 0.78 0 0.71 0.14
HSL 125.58º 0.71% 0.53% -
HSV(B) 125.58º 0.78% 0.86% -
XYZ 27.74 52.18 13.46 -
YUV 150.79 79.02 54.68 -
System Red Green Blue C M Y K H S L
Decimal 48 220 64 0.78 0 0.71 0.14 125.58 0.71 0.53
Hex 30 DC 40 4E 0 47 E 7E 47 35
Octal 60 334 100 116 0 107 16 176 107 65
Binary 110000 11011100 1000000 1001110 0 1000111 1110 1111110 1000111 110101

Color Harmonies of #30DC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC40

Black with #30DC40

Text Example


Text Example

White with #30DC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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