Html Css Color HEX #30D648 Lime Green

📋 copy color: '#30D648'

red 48 ◦ green 214 ◦ blue 72

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

Shades of Lime Green #30D648

Tints of Lime Green #30D648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 64.07%

 BLUE value IS 72 (28.52% from 255) = 21.56%

R = 14.37%
G = 64.07%
B = 21.56%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#30D648 (or 0x30D648) is known color: Lime Green. HEX triplet: 30, D6 and 48. RGB value is (48,214,72). Sum of RGB (Red+Green+Blue) = 48+214+72=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 214 (83.98% from 255 or 64.07% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 214 - color contains mainly: green. Hex color #30D648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D648 is #CF29B7. Grayscale: #949494. Windows color (decimal): -13576632 or 4773424. OLE color: 4773424.

HSL color Cylindrical-coordinate representation of color #30D648: hue angle of 128.67º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D648 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 214 72 -
CMYK 0.78 0 0.66 0.16
HSL 128.67º 0.67% 0.51% -
HSV(B) 128.67º 0.78% 0.84% -
XYZ 26.44 49.19 14.23 -
YUV 148.18 85 56.55 -
System Red Green Blue C M Y K H S L
Decimal 48 214 72 0.78 0 0.66 0.16 128.67 0.67 0.51
Hex 30 D6 48 4E 0 42 10 81 43 33
Octal 60 326 110 116 0 102 20 201 103 63
Binary 110000 11010110 1001000 1001110 0 1000010 10000 10000001 1000011 110011

Color Harmonies of #30D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D648

Black with #30D648

Text Example


Text Example

White with #30D648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,214,72); }

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

background-color css

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

 a { background-color: rgb(48,214,72); }

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

border-color css

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

 span { border-color: rgb(48,214,72); }

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