Html Css Color HEX #3BC23C Lime Green

📋 copy color: '#3BC23C'

red 59 ◦ green 194 ◦ blue 60

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

Shades of Lime Green #3BC23C

Tints of Lime Green #3BC23C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 61.98%

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 18.85%
G = 61.98%
B = 19.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#3BC23C (or 0x3BC23C) is known color: Lime Green. HEX triplet: 3B, C2 and 3C. RGB value is (59,194,60). Sum of RGB (Red+Green+Blue) = 59+194+60=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC23C is #C43DC3. Grayscale: #8A8A8A. Windows color (decimal): -12860868 or 3981883. OLE color: 3981883.

HSL color Cylindrical-coordinate representation of color #3BC23C: hue angle of 120.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC23C is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 194 60 -
CMYK 0.70 0 0.69 0.24
HSL 120.44º 0.53% 0.5% -
HSV(B) 120.44º 0.7% 0.76% -
XYZ 21.91 39.84 10.81 -
YUV 138.36 83.77 71.4 -
System Red Green Blue C M Y K H S L
Decimal 59 194 60 0.70 0 0.69 0.24 120.44 0.53 0.5
Hex 3B C2 3C 46 0 45 18 78 35 32
Octal 73 302 74 106 0 105 30 170 65 62
Binary 111011 11000010 111100 1000110 0 1000101 11000 1111000 110101 110010

Color Harmonies of #3BC23C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC23C

Black with #3BC23C

Text Example


Text Example

White with #3BC23C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,194,60); }

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

background-color css

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

 a { background-color: rgb(59,194,60); }

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

border-color css

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

 span { border-color: rgb(59,194,60); }

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