Html Css Color HEX #30D153 Lime Green

📋 copy color: '#30D153'

red 48 ◦ green 209 ◦ blue 83

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

Shades of Lime Green #30D153

Tints of Lime Green #30D153

RGB

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

 GREEN value IS 209 (82.03% from 255) = 61.47%

 BLUE value IS 83 (32.81% from 255) = 24.41%

R = 14.12%
G = 61.47%
B = 24.41%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#30D153 (or 0x30D153) is known color: Lime Green. HEX triplet: 30, D1 and 53. RGB value is (48,209,83). Sum of RGB (Red+Green+Blue) = 48+209+83=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 209 (82.03% from 255 or 61.47% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 209 - color contains mainly: green. Hex color #30D153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D153 is #CF2EAC. Grayscale: #929292. Windows color (decimal): -13577901 or 5493040. OLE color: 5493040.

HSL color Cylindrical-coordinate representation of color #30D153: hue angle of 133.04º degrees, saturation: 0.64, 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 #30D153 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 209 83 -
CMYK 0.77 0 0.60 0.18
HSL 133.04º 0.64% 0.5% -
HSV(B) 133.04º 0.77% 0.82% -
XYZ 25.58 46.85 15.88 -
YUV 146.5 92.16 57.75 -
System Red Green Blue C M Y K H S L
Decimal 48 209 83 0.77 0 0.60 0.18 133.04 0.64 0.5
Hex 30 D1 53 4D 0 3C 12 85 40 32
Octal 60 321 123 115 0 74 22 205 100 62
Binary 110000 11010001 1010011 1001101 0 111100 10010 10000101 1000000 110010

Color Harmonies of #30D153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D153

Black with #30D153

Text Example


Text Example

White with #30D153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,209,83); }

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

background-color css

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

 a { background-color: rgb(48,209,83); }

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

border-color css

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

 span { border-color: rgb(48,209,83); }

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