Html Css Color HEX #30F036 Lime Green

📋 copy color: '#30F036'

red 48 ◦ green 240 ◦ blue 54

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

Shades of Lime Green #30F036

Tints of Lime Green #30F036

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.18%

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

R = 14.04%
G = 70.18%
B = 15.79%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#30F036 (or 0x30F036) is known color: Lime Green. HEX triplet: 30, F0 and 36. RGB value is (48,240,54). Sum of RGB (Red+Green+Blue) = 48+240+54=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 240 (94.14% from 255 or 70.18% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 240 - color contains mainly: green. Hex color #30F036 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F036 is #CF0FC9. Grayscale: #A1A1A1. Windows color (decimal): -13569994 or 3600432. OLE color: 3600432.

HSL color Cylindrical-coordinate representation of color #30F036: hue angle of 121.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F036 is Cyan = 0.8, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 240 54 -
CMYK 0.8 0 0.78 0.06
HSL 121.88º 0.86% 0.56% -
HSV(B) 121.88º 0.8% 0.94% -
XYZ 33.04 63.21 13.95 -
YUV 161.39 67.39 47.12 -
System Red Green Blue C M Y K H S L
Decimal 48 240 54 0.8 0 0.78 0.06 121.88 0.86 0.56
Hex 30 F0 36 50 0 4E 6 7A 56 38
Octal 60 360 66 120 0 116 6 172 126 70
Binary 110000 11110000 110110 1010000 0 1001110 110 1111010 1010110 111000

Color Harmonies of #30F036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F036

Black with #30F036

Text Example


Text Example

White with #30F036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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