Html Css Color HEX #30D844 Lime Green

📋 copy color: '#30D844'

red 48 ◦ green 216 ◦ blue 68

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

Shades of Lime Green #30D844

Tints of Lime Green #30D844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 65.06%

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

R = 14.46%
G = 65.06%
B = 20.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#30D844 (or 0x30D844) is known color: Lime Green. HEX triplet: 30, D8 and 44. RGB value is (48,216,68). Sum of RGB (Red+Green+Blue) = 48+216+68=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 216 (84.77% from 255 or 65.06% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 216 - color contains mainly: green. Hex color #30D844 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D844 is #CF27BB. Grayscale: #959595. Windows color (decimal): -13576124 or 4511792. OLE color: 4511792.

HSL color Cylindrical-coordinate representation of color #30D844: hue angle of 127.14º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D844 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 48 216 68 -
CMYK 0.78 0 0.69 0.15
HSL 127.14º 0.68% 0.52% -
HSV(B) 127.14º 0.78% 0.85% -
XYZ 26.82 50.16 13.74 -
YUV 148.9 82.34 56.03 -
System Red Green Blue C M Y K H S L
Decimal 48 216 68 0.78 0 0.69 0.15 127.14 0.68 0.52
Hex 30 D8 44 4E 0 45 F 7F 44 34
Octal 60 330 104 116 0 105 17 177 104 64
Binary 110000 11011000 1000100 1001110 0 1000101 1111 1111111 1000100 110100

Color Harmonies of #30D844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D844

Black with #30D844

Text Example


Text Example

White with #30D844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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