Html Css Color HEX #3BC023 Lime Green

📋 copy color: '#3BC023'

red 59 ◦ green 192 ◦ blue 35

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

Shades of Lime Green #3BC023

Tints of Lime Green #3BC023

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.13%

 BLUE value IS 35 (14.06% from 255) = 12.24%

R = 20.63%
G = 67.13%
B = 12.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#3BC023 (or 0x3BC023) is known color: Lime Green. HEX triplet: 3B, C0 and 23. RGB value is (59,192,35). Sum of RGB (Red+Green+Blue) = 59+192+35=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 192 (75.39% from 255 or 67.13% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC023 is #C43FDC. Grayscale: #868686. Windows color (decimal): -12861405 or 2342971. OLE color: 2342971.

HSL color Cylindrical-coordinate representation of color #3BC023: hue angle of 110.83º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3BC023 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 192 35 -
CMYK 0.69 0 0.82 0.25
HSL 110.83º 0.69% 0.45% -
HSV(B) 110.83º 0.82% 0.75% -
XYZ 20.96 38.75 7.97 -
YUV 134.34 71.94 74.27 -
System Red Green Blue C M Y K H S L
Decimal 59 192 35 0.69 0 0.82 0.25 110.83 0.69 0.45
Hex 3B C0 23 45 0 52 19 6F 45 2D
Octal 73 300 43 105 0 122 31 157 105 55
Binary 111011 11000000 100011 1000101 0 1010010 11001 1101111 1000101 101101

Color Harmonies of #3BC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC023

Black with #3BC023

Text Example


Text Example

White with #3BC023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,192,35); }

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

background-color css

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

 a { background-color: rgb(59,192,35); }

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

border-color css

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

 span { border-color: rgb(59,192,35); }

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