Html Css Color HEX #30E34F Lime Green

📋 copy color: '#30E34F'

red 48 ◦ green 227 ◦ blue 79

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

Shades of Lime Green #30E34F

Tints of Lime Green #30E34F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 64.12%

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

R = 13.56%
G = 64.12%
B = 22.32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#30E34F (or 0x30E34F) is known color: Lime Green. HEX triplet: 30, E3 and 4F. RGB value is (48,227,79). Sum of RGB (Red+Green+Blue) = 48+227+79=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 227 (89.06% from 255 or 64.12% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 227 - color contains mainly: green. Hex color #30E34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E34F is #CF1CB0. Grayscale: #9D9D9D. Windows color (decimal): -13573297 or 5235504. OLE color: 5235504.

HSL color Cylindrical-coordinate representation of color #30E34F: hue angle of 130.39º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E34F is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 48 227 79 -
CMYK 0.79 0 0.65 0.11
HSL 130.39º 0.76% 0.54% -
HSV(B) 130.39º 0.79% 0.89% -
XYZ 30.1 56.13 16.65 -
YUV 156.61 84.2 50.53 -
System Red Green Blue C M Y K H S L
Decimal 48 227 79 0.79 0 0.65 0.11 130.39 0.76 0.54
Hex 30 E3 4F 4F 0 41 B 82 4C 36
Octal 60 343 117 117 0 101 13 202 114 66
Binary 110000 11100011 1001111 1001111 0 1000001 1011 10000010 1001100 110110

Color Harmonies of #30E34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30E34F

Black with #30E34F

Text Example


Text Example

White with #30E34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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