Html Css Color HEX #48CF41 Lime Green

📋 copy color: '#48CF41'

red 72 ◦ green 207 ◦ blue 65

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

Shades of Lime Green #48CF41

Tints of Lime Green #48CF41

RGB

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

 GREEN value IS 207 (81.25% from 255) = 60.17%

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 20.93%
G = 60.17%
B = 18.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#48CF41 (or 0x48CF41) is known color: Lime Green. HEX triplet: 48, CF and 41. RGB value is (72,207,65). Sum of RGB (Red+Green+Blue) = 72+207+65=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF41 is #B730BE. Grayscale: #969696. Windows color (decimal): -12005567 or 4312904. OLE color: 4312904.

HSL color Cylindrical-coordinate representation of color #48CF41: hue angle of 117.04º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48CF41 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 207 65 -
CMYK 0.65 0 0.69 0.19
HSL 117.04º 0.6% 0.53% -
HSV(B) 117.04º 0.69% 0.81% -
XYZ 25.94 46.39 12.59 -
YUV 150.45 79.77 72.05 -
System Red Green Blue C M Y K H S L
Decimal 72 207 65 0.65 0 0.69 0.19 117.04 0.6 0.53
Hex 48 CF 41 41 0 45 13 75 3C 35
Octal 110 317 101 101 0 105 23 165 74 65
Binary 1001000 11001111 1000001 1000001 0 1000101 10011 1110101 111100 110101

Color Harmonies of #48CF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF41

Black with #48CF41

Text Example


Text Example

White with #48CF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,207,65); }

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

background-color css

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

 a { background-color: rgb(72,207,65); }

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

border-color css

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

 span { border-color: rgb(72,207,65); }

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