Html Css Color HEX #3BCA20 Lime Green

📋 copy color: '#3BCA20'

red 59 ◦ green 202 ◦ blue 32

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

Shades of Lime Green #3BCA20

Tints of Lime Green #3BCA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.92%

R = 20.14%
G = 68.94%
B = 10.92%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#3BCA20 (or 0x3BCA20) is known color: Lime Green. HEX triplet: 3B, CA and 20. RGB value is (59,202,32). Sum of RGB (Red+Green+Blue) = 59+202+32=293 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.14% from 293); Green value is 202 (79.30% from 255 or 68.94% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCA20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCA20 is #C435DF. Grayscale: #8C8C8C. Windows color (decimal): -12858848 or 2148923. OLE color: 2148923.

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

Color convert

RGB 59 202 32 -
CMYK 0.71 0 0.84 0.21
HSL 110.47º 0.73% 0.46% -
HSV(B) 110.47º 0.84% 0.79% -
XYZ 23.18 43.28 8.5 -
YUV 139.86 67.12 70.32 -
System Red Green Blue C M Y K H S L
Decimal 59 202 32 0.71 0 0.84 0.21 110.47 0.73 0.46
Hex 3B CA 20 47 0 54 15 6E 49 2E
Octal 73 312 40 107 0 124 25 156 111 56
Binary 111011 11001010 100000 1000111 0 1010100 10101 1101110 1001001 101110

Color Harmonies of #3BCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCA20

Black with #3BCA20

Text Example


Text Example

White with #3BCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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