Html Css Color HEX #3BCE52 Lime Green

📋 copy color: '#3BCE52'

red 59 ◦ green 206 ◦ blue 82

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

Shades of Lime Green #3BCE52

Tints of Lime Green #3BCE52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 17%
G = 59.37%
B = 23.63%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#3BCE52 (or 0x3BCE52) is known color: Lime Green. HEX triplet: 3B, CE and 52. RGB value is (59,206,82). Sum of RGB (Red+Green+Blue) = 59+206+82=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 206 (80.86% from 255 or 59.37% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 206 - color contains mainly: green. Hex color #3BCE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCE52 is #C431AD. Grayscale: #949494. Windows color (decimal): -12857774 or 5426747. OLE color: 5426747.

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

Color convert

RGB 59 206 82 -
CMYK 0.71 0 0.60 0.19
HSL 129.39º 0.6% 0.52% -
HSV(B) 129.39º 0.71% 0.81% -
XYZ 25.4 45.68 15.46 -
YUV 147.91 90.8 64.58 -
System Red Green Blue C M Y K H S L
Decimal 59 206 82 0.71 0 0.60 0.19 129.39 0.6 0.52
Hex 3B CE 52 47 0 3C 13 81 3C 34
Octal 73 316 122 107 0 74 23 201 74 64
Binary 111011 11001110 1010010 1000111 0 111100 10011 10000001 111100 110100

Color Harmonies of #3BCE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCE52

Black with #3BCE52

Text Example


Text Example

White with #3BCE52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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