Html Css Color HEX #30D34F Lime Green

📋 copy color: '#30D34F'

red 48 ◦ green 211 ◦ blue 79

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

Shades of Lime Green #30D34F

Tints of Lime Green #30D34F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 62.43%

 BLUE value IS 79 (31.25% from 255) = 23.37%

R = 14.2%
G = 62.43%
B = 23.37%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#30D34F (or 0x30D34F) is known color: Lime Green. HEX triplet: 30, D3 and 4F. RGB value is (48,211,79). Sum of RGB (Red+Green+Blue) = 48+211+79=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 211 (82.81% from 255 or 62.43% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 211 - color contains mainly: green. Hex color #30D34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30D34F is #CF2CB0. Grayscale: #939393. Windows color (decimal): -13577393 or 5231408. OLE color: 5231408.

HSL color Cylindrical-coordinate representation of color #30D34F: hue angle of 131.41º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D34F is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 211 79 -
CMYK 0.77 0 0.63 0.17
HSL 131.41º 0.65% 0.51% -
HSV(B) 131.41º 0.77% 0.83% -
XYZ 25.92 47.78 15.25 -
YUV 147.22 89.5 57.23 -
System Red Green Blue C M Y K H S L
Decimal 48 211 79 0.77 0 0.63 0.17 131.41 0.65 0.51
Hex 30 D3 4F 4D 0 3F 11 83 41 33
Octal 60 323 117 115 0 77 21 203 101 63
Binary 110000 11010011 1001111 1001101 0 111111 10001 10000011 1000001 110011

Color Harmonies of #30D34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30D34F

Black with #30D34F

Text Example


Text Example

White with #30D34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,211,79); }

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

background-color css

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

 a { background-color: rgb(48,211,79); }

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

border-color css

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

 span { border-color: rgb(48,211,79); }

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