Html Css Color HEX #3BDC25 Lime Green

📋 copy color: '#3BDC25'

red 59 ◦ green 220 ◦ blue 37

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

Shades of Lime Green #3BDC25

Tints of Lime Green #3BDC25

RGB

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

 GREEN value IS 220 (86.33% from 255) = 69.62%

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 18.67%
G = 69.62%
B = 11.71%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#3BDC25 (or 0x3BDC25) is known color: Lime Green. HEX triplet: 3B, DC and 25. RGB value is (59,220,37). Sum of RGB (Red+Green+Blue) = 59+220+37=316 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.67% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BDC25 is #C423DA. Grayscale: #979797. Windows color (decimal): -12854235 or 2481211. OLE color: 2481211.

HSL color Cylindrical-coordinate representation of color #3BDC25: hue angle of 112.79º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3BDC25 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 220 37 -
CMYK 0.73 0 0.83 0.14
HSL 112.79º 0.72% 0.5% -
HSV(B) 112.79º 0.83% 0.86% -
XYZ 27.73 52.25 10.37 -
YUV 151 63.66 62.38 -
System Red Green Blue C M Y K H S L
Decimal 59 220 37 0.73 0 0.83 0.14 112.79 0.72 0.5
Hex 3B DC 25 49 0 53 E 71 48 32
Octal 73 334 45 111 0 123 16 161 110 62
Binary 111011 11011100 100101 1001001 0 1010011 1110 1110001 1001000 110010

Color Harmonies of #3BDC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BDC25

Black with #3BDC25

Text Example


Text Example

White with #3BDC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,220,37); }

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

background-color css

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

 a { background-color: rgb(59,220,37); }

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

border-color css

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

 span { border-color: rgb(59,220,37); }

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