Html Css Color HEX #30F53F Lime Green

📋 copy color: '#30F53F'

red 48 ◦ green 245 ◦ blue 63

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

Shades of Lime Green #30F53F

Tints of Lime Green #30F53F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.7%

R = 13.48%
G = 68.82%
B = 17.7%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#30F53F (or 0x30F53F) is known color: Lime Green. HEX triplet: 30, F5 and 3F. RGB value is (48,245,63). Sum of RGB (Red+Green+Blue) = 48+245+63=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 245 (96.09% from 255 or 68.82% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 245 - color contains mainly: green. Hex color #30F53F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F53F is #CF0AC0. Grayscale: #A5A5A5. Windows color (decimal): -13568705 or 4191536. OLE color: 4191536.

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

Color convert

RGB 48 245 63 -
CMYK 0.80 0 0.74 0.04
HSL 124.57º 0.91% 0.57% -
HSV(B) 124.57º 0.8% 0.96% -
XYZ 34.77 66.29 15.67 -
YUV 165.35 70.23 44.3 -
System Red Green Blue C M Y K H S L
Decimal 48 245 63 0.80 0 0.74 0.04 124.57 0.91 0.57
Hex 30 F5 3F 50 0 4A 4 7D 5B 39
Octal 60 365 77 120 0 112 4 175 133 71
Binary 110000 11110101 111111 1010000 0 1001010 100 1111101 1011011 111001

Color Harmonies of #30F53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F53F

Black with #30F53F

Text Example


Text Example

White with #30F53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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