Html Css Color HEX #30DC44 Lime Green

📋 copy color: '#30DC44'

red 48 ◦ green 220 ◦ blue 68

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

Shades of Lime Green #30DC44

Tints of Lime Green #30DC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.24%

R = 14.29%
G = 65.48%
B = 20.24%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#30DC44 (or 0x30DC44) is known color: Lime Green. HEX triplet: 30, DC and 44. RGB value is (48,220,68). Sum of RGB (Red+Green+Blue) = 48+220+68=336 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.29% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DC44 is #CF23BB. Grayscale: #979797. Windows color (decimal): -13575100 or 4512816. OLE color: 4512816.

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

Color convert

RGB 48 220 68 -
CMYK 0.78 0 0.69 0.14
HSL 126.98º 0.71% 0.53% -
HSV(B) 126.98º 0.78% 0.86% -
XYZ 27.86 52.23 14.08 -
YUV 151.24 81.02 54.36 -
System Red Green Blue C M Y K H S L
Decimal 48 220 68 0.78 0 0.69 0.14 126.98 0.71 0.53
Hex 30 DC 44 4E 0 45 E 7F 47 35
Octal 60 334 104 116 0 105 16 177 107 65
Binary 110000 11011100 1000100 1001110 0 1000101 1110 1111111 1000111 110101

Color Harmonies of #30DC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30DC44

Black with #30DC44

Text Example


Text Example

White with #30DC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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