Html Css Color HEX #48FA37 Lime Green

📋 copy color: '#48FA37'

red 72 ◦ green 250 ◦ blue 55

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

Shades of Lime Green #48FA37

Tints of Lime Green #48FA37

RGB

 RED value IS 72 (28.52% from 255) = 19.1%

 GREEN value IS 250 (98.05% from 255) = 66.31%

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

R = 19.1%
G = 66.31%
B = 14.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#48FA37 (or 0x48FA37) is known color: Lime Green. HEX triplet: 48, FA and 37. RGB value is (72,250,55). Sum of RGB (Red+Green+Blue) = 72+250+55=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 250 (98.05% from 255 or 66.31% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 250 - color contains mainly: green. Hex color #48FA37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #48FA37 is #B705C8. Grayscale: #AFAFAF. Windows color (decimal): -11994569 or 3668552. OLE color: 3668552.

HSL color Cylindrical-coordinate representation of color #48FA37: hue angle of 114.77º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #48FA37 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 250 55 -
CMYK 0.71 0 0.78 0.02
HSL 114.77º 0.95% 0.6% -
HSV(B) 114.77º 0.78% 0.98% -
XYZ 37.55 70.02 15.15 -
YUV 174.55 60.53 54.86 -
System Red Green Blue C M Y K H S L
Decimal 72 250 55 0.71 0 0.78 0.02 114.77 0.95 0.6
Hex 48 FA 37 47 0 4E 2 73 5F 3C
Octal 110 372 67 107 0 116 2 163 137 74
Binary 1001000 11111010 110111 1000111 0 1001110 10 1110011 1011111 111100

Color Harmonies of #48FA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FA37

Black with #48FA37

Text Example


Text Example

White with #48FA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48FA37; }

 p { color: rgb(72,250,55); }

 H1.HeaderClassName
 {
   color: #48FA37;
 }
 .AnyTagClassName
 {
   color: #48FA37;
 }
</style>

background-color css

<style>
 a { background-color: #48FA37; }

 a { background-color: rgb(72,250,55); }

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

border-color css

<style>
 span { border-color: #48FA37; }

 span { border-color: rgb(72,250,55); }

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