Html Css Color HEX #3BC82D Lime Green

📋 copy color: '#3BC82D'

red 59 ◦ green 200 ◦ blue 45

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

Shades of Lime Green #3BC82D

Tints of Lime Green #3BC82D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 65.79%

 BLUE value IS 45 (17.97% from 255) = 14.8%

R = 19.41%
G = 65.79%
B = 14.8%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#3BC82D (or 0x3BC82D) is known color: Lime Green. HEX triplet: 3B, C8 and 2D. RGB value is (59,200,45). Sum of RGB (Red+Green+Blue) = 59+200+45=304 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.41% from 304); Green value is 200 (78.52% from 255 or 65.79% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC82D is #C437D2. Grayscale: #8C8C8C. Windows color (decimal): -12859347 or 3000379. OLE color: 3000379.

HSL color Cylindrical-coordinate representation of color #3BC82D: hue angle of 114.58º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BC82D is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 200 45 -
CMYK 0.70 0 0.78 0.22
HSL 114.58º 0.63% 0.48% -
HSV(B) 114.58º 0.78% 0.78% -
XYZ 22.93 42.43 9.46 -
YUV 140.17 74.29 70.1 -
System Red Green Blue C M Y K H S L
Decimal 59 200 45 0.70 0 0.78 0.22 114.58 0.63 0.48
Hex 3B C8 2D 46 0 4E 16 73 3F 30
Octal 73 310 55 106 0 116 26 163 77 60
Binary 111011 11001000 101101 1000110 0 1001110 10110 1110011 111111 110000

Color Harmonies of #3BC82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC82D

Black with #3BC82D

Text Example


Text Example

White with #3BC82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,200,45); }

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

background-color css

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

 a { background-color: rgb(59,200,45); }

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

border-color css

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

 span { border-color: rgb(59,200,45); }

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