Html Css Color HEX #3CD250 Lime Green

📋 copy color: '#3CD250'

red 60 ◦ green 210 ◦ blue 80

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

Shades of Lime Green #3CD250

Tints of Lime Green #3CD250

RGB

 RED value IS 60 (23.83% from 255) = 17.14%

 GREEN value IS 210 (82.42% from 255) = 60%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 17.14%
G = 60%
B = 22.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#3CD250 (or 0x3CD250) is known color: Lime Green. HEX triplet: 3C, D2 and 50. RGB value is (60,210,80). Sum of RGB (Red+Green+Blue) = 60+210+80=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD250 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD250 is #C32DAF. Grayscale: #969696. Windows color (decimal): -12791216 or 5296700. OLE color: 5296700.

HSL color Cylindrical-coordinate representation of color #3CD250: hue angle of 128º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD250 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 210 80 -
CMYK 0.71 0 0.62 0.18
HSL 128º 0.63% 0.53% -
HSV(B) 128º 0.71% 0.82% -
XYZ 26.36 47.63 15.39 -
YUV 150.33 88.31 63.57 -
System Red Green Blue C M Y K H S L
Decimal 60 210 80 0.71 0 0.62 0.18 128 0.63 0.53
Hex 3C D2 50 47 0 3E 12 80 3E 35
Octal 74 322 120 107 0 76 22 200 76 65
Binary 111100 11010010 1010000 1000111 0 111110 10010 10000000 111110 110101

Color Harmonies of #3CD250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD250

Black with #3CD250

Text Example


Text Example

White with #3CD250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,210,80); }

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

background-color css

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

 a { background-color: rgb(60,210,80); }

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

border-color css

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

 span { border-color: rgb(60,210,80); }

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