Html Css Color HEX #30D13B Lime Green

📋 copy color: '#30D13B'

red 48 ◦ green 209 ◦ blue 59

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

Shades of Lime Green #30D13B

Tints of Lime Green #30D13B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 15.19%
G = 66.14%
B = 18.67%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#30D13B (or 0x30D13B) is known color: Lime Green. HEX triplet: 30, D1 and 3B. RGB value is (48,209,59). Sum of RGB (Red+Green+Blue) = 48+209+59=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 209 (82.03% from 255 or 66.14% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 209 - color contains mainly: green. Hex color #30D13B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D13B is #CF2EC4. Grayscale: #909090. Windows color (decimal): -13577925 or 3920176. OLE color: 3920176.

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

Color convert

RGB 48 209 59 -
CMYK 0.77 0 0.72 0.18
HSL 124.1º 0.64% 0.5% -
HSV(B) 124.1º 0.77% 0.82% -
XYZ 24.81 46.55 11.81 -
YUV 143.76 80.16 59.7 -
System Red Green Blue C M Y K H S L
Decimal 48 209 59 0.77 0 0.72 0.18 124.1 0.64 0.5
Hex 30 D1 3B 4D 0 48 12 7C 40 32
Octal 60 321 73 115 0 110 22 174 100 62
Binary 110000 11010001 111011 1001101 0 1001000 10010 1111100 1000000 110010

Color Harmonies of #30D13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D13B

Black with #30D13B

Text Example


Text Example

White with #30D13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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