Html Css Color HEX #30F54A Lime Green

📋 copy color: '#30F54A'

red 48 ◦ green 245 ◦ blue 74

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

Shades of Lime Green #30F54A

Tints of Lime Green #30F54A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 66.76%

 BLUE value IS 74 (29.3% from 255) = 20.16%

R = 13.08%
G = 66.76%
B = 20.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#30F54A (or 0x30F54A) is known color: Lime Green. HEX triplet: 30, F5 and 4A. RGB value is (48,245,74). Sum of RGB (Red+Green+Blue) = 48+245+74=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 245 (96.09% from 255 or 66.76% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 245 - color contains mainly: green. Hex color #30F54A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F54A is #CF0AB5. Grayscale: #A7A7A7. Windows color (decimal): -13568694 or 4912432. OLE color: 4912432.

HSL color Cylindrical-coordinate representation of color #30F54A: hue angle of 127.92º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F54A is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 245 74 -
CMYK 0.80 0 0.70 0.04
HSL 127.92º 0.91% 0.57% -
HSV(B) 127.92º 0.8% 0.96% -
XYZ 35.11 66.43 17.45 -
YUV 166.6 75.73 43.4 -
System Red Green Blue C M Y K H S L
Decimal 48 245 74 0.80 0 0.70 0.04 127.92 0.91 0.57
Hex 30 F5 4A 50 0 46 4 80 5B 39
Octal 60 365 112 120 0 106 4 200 133 71
Binary 110000 11110101 1001010 1010000 0 1000110 100 10000000 1011011 111001

Color Harmonies of #30F54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F54A

Black with #30F54A

Text Example


Text Example

White with #30F54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,245,74); }

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

background-color css

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

 a { background-color: rgb(48,245,74); }

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

border-color css

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

 span { border-color: rgb(48,245,74); }

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