Html Css Color HEX #3BCA40 Lime Green

📋 copy color: '#3BCA40'

red 59 ◦ green 202 ◦ blue 64

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

Shades of Lime Green #3BCA40

Tints of Lime Green #3BCA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 62.15%

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 18.15%
G = 62.15%
B = 19.69%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#3BCA40 (or 0x3BCA40) is known color: Lime Green. HEX triplet: 3B, CA and 40. RGB value is (59,202,64). Sum of RGB (Red+Green+Blue) = 59+202+64=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 202 (79.30% from 255 or 62.15% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCA40 is #C435BF. Grayscale: #8F8F8F. Windows color (decimal): -12858816 or 4246075. OLE color: 4246075.

HSL color Cylindrical-coordinate representation of color #3BCA40: hue angle of 122.1º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCA40 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 202 64 -
CMYK 0.71 0 0.68 0.21
HSL 122.1º 0.57% 0.51% -
HSV(B) 122.1º 0.71% 0.79% -
XYZ 23.85 43.54 12 -
YUV 143.51 83.12 67.72 -
System Red Green Blue C M Y K H S L
Decimal 59 202 64 0.71 0 0.68 0.21 122.1 0.57 0.51
Hex 3B CA 40 47 0 44 15 7A 39 33
Octal 73 312 100 107 0 104 25 172 71 63
Binary 111011 11001010 1000000 1000111 0 1000100 10101 1111010 111001 110011

Color Harmonies of #3BCA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCA40

Black with #3BCA40

Text Example


Text Example

White with #3BCA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,202,64); }

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

background-color css

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

 a { background-color: rgb(59,202,64); }

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

border-color css

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

 span { border-color: rgb(59,202,64); }

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