Html Css Color HEX #48CC2B Lime Green

📋 copy color: '#48CC2B'

red 72 ◦ green 204 ◦ blue 43

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

Shades of Lime Green #48CC2B

Tints of Lime Green #48CC2B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.95%

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 22.57%
G = 63.95%
B = 13.48%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#48CC2B (or 0x48CC2B) is known color: Lime Green. HEX triplet: 48, CC and 2B. RGB value is (72,204,43). Sum of RGB (Red+Green+Blue) = 72+204+43=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 204 (80.08% from 255 or 63.95% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CC2B is #B733D4. Grayscale: #929292. Windows color (decimal): -12006357 or 2870344. OLE color: 2870344.

HSL color Cylindrical-coordinate representation of color #48CC2B: hue angle of 109.19º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #48CC2B is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 204 43 -
CMYK 0.65 0 0.79 0.2
HSL 109.19º 0.65% 0.48% -
HSV(B) 109.19º 0.79% 0.8% -
XYZ 24.7 44.74 9.62 -
YUV 146.18 69.77 75.09 -
System Red Green Blue C M Y K H S L
Decimal 72 204 43 0.65 0 0.79 0.2 109.19 0.65 0.48
Hex 48 CC 2B 41 0 4F 14 6D 41 30
Octal 110 314 53 101 0 117 24 155 101 60
Binary 1001000 11001100 101011 1000001 0 1001111 10100 1101101 1000001 110000

Color Harmonies of #48CC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CC2B

Black with #48CC2B

Text Example


Text Example

White with #48CC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,204,43); }

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

background-color css

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

 a { background-color: rgb(72,204,43); }

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

border-color css

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

 span { border-color: rgb(72,204,43); }

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