Html Css Color HEX #48CF35 Lime Green

📋 copy color: '#48CF35'

red 72 ◦ green 207 ◦ blue 53

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

Shades of Lime Green #48CF35

Tints of Lime Green #48CF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.96%

R = 21.69%
G = 62.35%
B = 15.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.19

RGB Variations

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

Color information

#48CF35 (or 0x48CF35) is known color: Lime Green. HEX triplet: 48, CF and 35. RGB value is (72,207,53). Sum of RGB (Red+Green+Blue) = 72+207+53=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 207 (81.25% from 255 or 62.35% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #48CF35 is #B730CA. Grayscale: #959595. Windows color (decimal): -12005579 or 3526472. OLE color: 3526472.

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

Color convert

RGB 72 207 53 -
CMYK 0.65 0 0.74 0.19
HSL 112.6º 0.62% 0.51% -
HSV(B) 112.6º 0.74% 0.81% -
XYZ 25.63 46.26 10.95 -
YUV 149.08 73.77 73.02 -
System Red Green Blue C M Y K H S L
Decimal 72 207 53 0.65 0 0.74 0.19 112.6 0.62 0.51
Hex 48 CF 35 41 0 4A 13 71 3E 33
Octal 110 317 65 101 0 112 23 161 76 63
Binary 1001000 11001111 110101 1000001 0 1001010 10011 1110001 111110 110011

Color Harmonies of #48CF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF35

Black with #48CF35

Text Example


Text Example

White with #48CF35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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