Html Css Color HEX #3BC62D Lime Green

📋 copy color: '#3BC62D'

red 59 ◦ green 198 ◦ blue 45

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

Shades of Lime Green #3BC62D

Tints of Lime Green #3BC62D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 65.56%

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

R = 19.54%
G = 65.56%
B = 14.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#3BC62D (or 0x3BC62D) is known color: Lime Green. HEX triplet: 3B, C6 and 2D. RGB value is (59,198,45). Sum of RGB (Red+Green+Blue) = 59+198+45=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 198 (77.73% from 255 or 65.56% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC62D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC62D is #C439D2. Grayscale: #8B8B8B. Windows color (decimal): -12859859 or 2999867. OLE color: 2999867.

HSL color Cylindrical-coordinate representation of color #3BC62D: hue angle of 114.51º 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 #3BC62D is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 198 45 -
CMYK 0.70 0 0.77 0.22
HSL 114.51º 0.63% 0.48% -
HSV(B) 114.51º 0.77% 0.78% -
XYZ 22.47 41.51 9.31 -
YUV 139 74.95 70.94 -
System Red Green Blue C M Y K H S L
Decimal 59 198 45 0.70 0 0.77 0.22 114.51 0.63 0.48
Hex 3B C6 2D 46 0 4D 16 73 3F 30
Octal 73 306 55 106 0 115 26 163 77 60
Binary 111011 11000110 101101 1000110 0 1001101 10110 1110011 111111 110000

Color Harmonies of #3BC62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC62D

Black with #3BC62D

Text Example


Text Example

White with #3BC62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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