Html Css Color HEX #3BCD38 Lime Green

📋 copy color: '#3BCD38'

red 59 ◦ green 205 ◦ blue 56

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

Shades of Lime Green #3BCD38

Tints of Lime Green #3BCD38

RGB

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

 GREEN value IS 205 (80.47% from 255) = 64.06%

 BLUE value IS 56 (22.27% from 255) = 17.5%

R = 18.44%
G = 64.06%
B = 17.5%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#3BCD38 (or 0x3BCD38) is known color: Lime Green. HEX triplet: 3B, CD and 38. RGB value is (59,205,56). Sum of RGB (Red+Green+Blue) = 59+205+56=320 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.44% from 320); Green value is 205 (80.47% from 255 or 64.06% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 205 - color contains mainly: green. Hex color #3BCD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCD38 is #C432C7. Grayscale: #909090. Windows color (decimal): -12858056 or 3722555. OLE color: 3722555.

HSL color Cylindrical-coordinate representation of color #3BCD38: hue angle of 118.79º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCD38 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 205 56 -
CMYK 0.71 0 0.73 0.20
HSL 118.79º 0.6% 0.51% -
HSV(B) 118.79º 0.73% 0.8% -
XYZ 24.35 44.88 11.12 -
YUV 144.36 78.13 67.12 -
System Red Green Blue C M Y K H S L
Decimal 59 205 56 0.71 0 0.73 0.20 118.79 0.6 0.51
Hex 3B CD 38 47 0 49 14 77 3C 33
Octal 73 315 70 107 0 111 24 167 74 63
Binary 111011 11001101 111000 1000111 0 1001001 10100 1110111 111100 110011

Color Harmonies of #3BCD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCD38

Black with #3BCD38

Text Example


Text Example

White with #3BCD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,205,56); }

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

background-color css

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

 a { background-color: rgb(59,205,56); }

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

border-color css

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

 span { border-color: rgb(59,205,56); }

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