Html Css Color HEX #3BCE20 Lime Green

📋 copy color: '#3BCE20'

red 59 ◦ green 206 ◦ blue 32

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

Shades of Lime Green #3BCE20

Tints of Lime Green #3BCE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 69.36%

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

R = 19.87%
G = 69.36%
B = 10.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#3BCE20 (or 0x3BCE20) is known color: Lime Green. HEX triplet: 3B, CE and 20. RGB value is (59,206,32). Sum of RGB (Red+Green+Blue) = 59+206+32=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 206 (80.86% from 255 or 69.36% from 297); Blue value is 32 (12.89% from 255 or 10.77% from 297); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCE20 is #C431DF. Grayscale: #8E8E8E. Windows color (decimal): -12857824 or 2149947. OLE color: 2149947.

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

Color convert

RGB 59 206 32 -
CMYK 0.71 0 0.84 0.19
HSL 110.69º 0.73% 0.47% -
HSV(B) 110.69º 0.84% 0.81% -
XYZ 24.14 45.18 8.81 -
YUV 142.21 65.8 68.65 -
System Red Green Blue C M Y K H S L
Decimal 59 206 32 0.71 0 0.84 0.19 110.69 0.73 0.47
Hex 3B CE 20 47 0 54 13 6F 49 2F
Octal 73 316 40 107 0 124 23 157 111 57
Binary 111011 11001110 100000 1000111 0 1010100 10011 1101111 1001001 101111

Color Harmonies of #3BCE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCE20

Black with #3BCE20

Text Example


Text Example

White with #3BCE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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