Html Css Color HEX #48CF30 Lime Green

📋 copy color: '#48CF30'

red 72 ◦ green 207 ◦ blue 48

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

Shades of Lime Green #48CF30

Tints of Lime Green #48CF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 22.02%
G = 63.3%
B = 14.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#48CF30 (or 0x48CF30) is known color: Lime Green. HEX triplet: 48, CF and 30. RGB value is (72,207,48). Sum of RGB (Red+Green+Blue) = 72+207+48=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF30 is #B730CF. Grayscale: #959595. Windows color (decimal): -12005584 or 3198792. OLE color: 3198792.

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

Color convert

RGB 72 207 48 -
CMYK 0.65 0 0.77 0.19
HSL 110.94º 0.62% 0.5% -
HSV(B) 110.94º 0.77% 0.81% -
XYZ 25.52 46.22 10.37 -
YUV 148.51 71.27 73.43 -
System Red Green Blue C M Y K H S L
Decimal 72 207 48 0.65 0 0.77 0.19 110.94 0.62 0.5
Hex 48 CF 30 41 0 4D 13 6F 3E 32
Octal 110 317 60 101 0 115 23 157 76 62
Binary 1001000 11001111 110000 1000001 0 1001101 10011 1101111 111110 110010

Color Harmonies of #48CF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF30

Black with #48CF30

Text Example


Text Example

White with #48CF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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