Html Css Color HEX #3BC248 Lime Green

📋 copy color: '#3BC248'

red 59 ◦ green 194 ◦ blue 72

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

Shades of Lime Green #3BC248

Tints of Lime Green #3BC248

RGB

 RED value IS 59 (23.44% from 255) = 18.15%

 GREEN value IS 194 (76.17% from 255) = 59.69%

 BLUE value IS 72 (28.52% from 255) = 22.15%

R = 18.15%
G = 59.69%
B = 22.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#3BC248 (or 0x3BC248) is known color: Lime Green. HEX triplet: 3B, C2 and 48. RGB value is (59,194,72). Sum of RGB (Red+Green+Blue) = 59+194+72=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 194 (76.17% from 255 or 59.69% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC248 is #C43DB7. Grayscale: #8C8C8C. Windows color (decimal): -12860856 or 4768315. OLE color: 4768315.

HSL color Cylindrical-coordinate representation of color #3BC248: hue angle of 125.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC248 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 194 72 -
CMYK 0.70 0 0.63 0.24
HSL 125.78º 0.53% 0.5% -
HSV(B) 125.78º 0.7% 0.76% -
XYZ 22.27 39.98 12.67 -
YUV 139.73 89.77 70.42 -
System Red Green Blue C M Y K H S L
Decimal 59 194 72 0.70 0 0.63 0.24 125.78 0.53 0.5
Hex 3B C2 48 46 0 3F 18 7E 35 32
Octal 73 302 110 106 0 77 30 176 65 62
Binary 111011 11000010 1001000 1000110 0 111111 11000 1111110 110101 110010

Color Harmonies of #3BC248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC248

Black with #3BC248

Text Example


Text Example

White with #3BC248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BC248; }

 p { color: rgb(59,194,72); }

 H1.HeaderClassName
 {
   color: #3BC248;
 }
 .AnyTagClassName
 {
   color: #3BC248;
 }
</style>

background-color css

<style>
 a { background-color: #3BC248; }

 a { background-color: rgb(59,194,72); }

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

border-color css

<style>
 span { border-color: #3BC248; }

 span { border-color: rgb(59,194,72); }

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