Html Css Color HEX #30F137 Lime Green

📋 copy color: '#30F137'

red 48 ◦ green 241 ◦ blue 55

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

Shades of Lime Green #30F137

Tints of Lime Green #30F137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.99%

R = 13.95%
G = 70.06%
B = 15.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#30F137 (or 0x30F137) is known color: Lime Green. HEX triplet: 30, F1 and 37. RGB value is (48,241,55). Sum of RGB (Red+Green+Blue) = 48+241+55=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 241 (94.53% from 255 or 70.06% from 344); Blue value is 55 (21.88% from 255 or 15.99% from 344); Max value from RGB is 241 - color contains mainly: green. Hex color #30F137 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F137 is #CF0EC8. Grayscale: #A2A2A2. Windows color (decimal): -13569737 or 3666224. OLE color: 3666224.

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

Color convert

RGB 48 241 55 -
CMYK 0.80 0 0.77 0.05
HSL 122.18º 0.87% 0.57% -
HSV(B) 122.18º 0.8% 0.95% -
XYZ 33.36 63.81 14.17 -
YUV 162.09 67.56 46.62 -
System Red Green Blue C M Y K H S L
Decimal 48 241 55 0.80 0 0.77 0.05 122.18 0.87 0.57
Hex 30 F1 37 50 0 4D 5 7A 57 39
Octal 60 361 67 120 0 115 5 172 127 71
Binary 110000 11110001 110111 1010000 0 1001101 101 1111010 1010111 111001

Color Harmonies of #30F137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30F137

Black with #30F137

Text Example


Text Example

White with #30F137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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