Html Css Color HEX #30D952 Lime Green

📋 copy color: '#30D952'

red 48 ◦ green 217 ◦ blue 82

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

Shades of Lime Green #30D952

Tints of Lime Green #30D952

RGB

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

 GREEN value IS 217 (85.16% from 255) = 62.54%

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 13.83%
G = 62.54%
B = 23.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#30D952 (or 0x30D952) is known color: Lime Green. HEX triplet: 30, D9 and 52. RGB value is (48,217,82). Sum of RGB (Red+Green+Blue) = 48+217+82=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 217 (85.16% from 255 or 62.54% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 217 - color contains mainly: green. Hex color #30D952 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D952 is #CF26AD. Grayscale: #979797. Windows color (decimal): -13575854 or 5429552. OLE color: 5429552.

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

Color convert

RGB 48 217 82 -
CMYK 0.78 0 0.62 0.15
HSL 132.07º 0.69% 0.52% -
HSV(B) 132.07º 0.78% 0.85% -
XYZ 27.55 50.86 16.35 -
YUV 151.08 89.01 54.48 -
System Red Green Blue C M Y K H S L
Decimal 48 217 82 0.78 0 0.62 0.15 132.07 0.69 0.52
Hex 30 D9 52 4E 0 3E F 84 45 34
Octal 60 331 122 116 0 76 17 204 105 64
Binary 110000 11011001 1010010 1001110 0 111110 1111 10000100 1000101 110100

Color Harmonies of #30D952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D952

Black with #30D952

Text Example


Text Example

White with #30D952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,217,82); }

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

background-color css

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

 a { background-color: rgb(48,217,82); }

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

border-color css

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

 span { border-color: rgb(48,217,82); }

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