Html Css Color HEX #30F536 Lime Green

📋 copy color: '#30F536'

red 48 ◦ green 245 ◦ blue 54

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

Shades of Lime Green #30F536

Tints of Lime Green #30F536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.56%

R = 13.83%
G = 70.61%
B = 15.56%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#30F536 (or 0x30F536) is known color: Lime Green. HEX triplet: 30, F5 and 36. RGB value is (48,245,54). Sum of RGB (Red+Green+Blue) = 48+245+54=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 245 (96.09% from 255 or 70.61% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 245 - color contains mainly: green. Hex color #30F536 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F536 is #CF0AC9. Grayscale: #A4A4A4. Windows color (decimal): -13568714 or 3601712. OLE color: 3601712.

HSL color Cylindrical-coordinate representation of color #30F536: hue angle of 121.83º 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 #30F536 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 48 245 54 -
CMYK 0.80 0 0.78 0.04
HSL 121.83º 0.91% 0.57% -
HSV(B) 121.83º 0.8% 0.96% -
XYZ 34.54 66.2 14.45 -
YUV 164.32 65.73 45.03 -
System Red Green Blue C M Y K H S L
Decimal 48 245 54 0.80 0 0.78 0.04 121.83 0.91 0.57
Hex 30 F5 36 50 0 4E 4 7A 5B 39
Octal 60 365 66 120 0 116 4 172 133 71
Binary 110000 11110101 110110 1010000 0 1001110 100 1111010 1011011 111001

Color Harmonies of #30F536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F536

Black with #30F536

Text Example


Text Example

White with #30F536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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