Html Css Color HEX #30F13F Lime Green

📋 copy color: '#30F13F'

red 48 ◦ green 241 ◦ blue 63

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

Shades of Lime Green #30F13F

Tints of Lime Green #30F13F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 68.47%

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

R = 13.64%
G = 68.47%
B = 17.9%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#30F13F (or 0x30F13F) is known color: Lime Green. HEX triplet: 30, F1 and 3F. RGB value is (48,241,63). Sum of RGB (Red+Green+Blue) = 48+241+63=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 241 (94.53% from 255 or 68.47% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 241 - color contains mainly: green. Hex color #30F13F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F13F is #CF0EC0. Grayscale: #A3A3A3. Windows color (decimal): -13569729 or 4190512. OLE color: 4190512.

HSL color Cylindrical-coordinate representation of color #30F13F: hue angle of 124.66º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F13F is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 48 241 63 -
CMYK 0.80 0 0.74 0.05
HSL 124.66º 0.87% 0.57% -
HSV(B) 124.66º 0.8% 0.95% -
XYZ 33.57 63.9 15.27 -
YUV 163 71.56 45.97 -
System Red Green Blue C M Y K H S L
Decimal 48 241 63 0.80 0 0.74 0.05 124.66 0.87 0.57
Hex 30 F1 3F 50 0 4A 5 7D 57 39
Octal 60 361 77 120 0 112 5 175 127 71
Binary 110000 11110001 111111 1010000 0 1001010 101 1111101 1010111 111001

Color Harmonies of #30F13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F13F

Black with #30F13F

Text Example


Text Example

White with #30F13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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