Html Css Color HEX #30D052 Lime Green

📋 copy color: '#30D052'

red 48 ◦ green 208 ◦ blue 82

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

Shades of Lime Green #30D052

Tints of Lime Green #30D052

RGB

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

 GREEN value IS 208 (81.64% from 255) = 61.54%

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

R = 14.2%
G = 61.54%
B = 24.26%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#30D052 (or 0x30D052) is known color: Lime Green. HEX triplet: 30, D0 and 52. RGB value is (48,208,82). Sum of RGB (Red+Green+Blue) = 48+208+82=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #30D052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D052 is #CF2FAD. Grayscale: #929292. Windows color (decimal): -13578158 or 5427248. OLE color: 5427248.

HSL color Cylindrical-coordinate representation of color #30D052: hue angle of 132.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D052 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 208 82 -
CMYK 0.77 0 0.61 0.18
HSL 132.75º 0.63% 0.5% -
HSV(B) 132.75º 0.77% 0.82% -
XYZ 25.3 46.35 15.6 -
YUV 145.8 91.99 58.25 -
System Red Green Blue C M Y K H S L
Decimal 48 208 82 0.77 0 0.61 0.18 132.75 0.63 0.5
Hex 30 D0 52 4D 0 3D 12 85 3F 32
Octal 60 320 122 115 0 75 22 205 77 62
Binary 110000 11010000 1010010 1001101 0 111101 10010 10000101 111111 110010

Color Harmonies of #30D052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D052

Black with #30D052

Text Example


Text Example

White with #30D052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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